Karl Atkinson
Karl Atkinson
This can be achieved without editing the config by cloning the pipeline to your new name and then deleting the old one. Downside is you lose the pipeline history.
Switching from a t3.* to t2.* instance type resolved this for me too. Linked to this it seems: https://github.com/rexray/rexray/issues/1104
this would be very useful👍🏻
Rather than copying the file in the Dockerfile, I've had this working by setting the relevant environment variables in the docker-compose.yml file. e.g. environment: - GO_SERVER=go.host.com - AGENT_KEY=2323232323 - AGENT_RESOURCES=dotnet461
It's GO_SERVER_URL now. See the latest documentation on each of the latest docker agent images. Here is the Ubuntu 16 one for example: https://github.com/gocd/docker-gocd-agent-ubuntu-16.04