Re: [go-cd] Config Repositories has always in fetch status

2023-08-15 Thread Chad Wilson
Thanks so much for sharing back! This does make sense. I have also experienced issues with EFS related to things like this. I would have suggested checking disk performance if I had realised a GoCD server replacement+upgrade was part of what had changed :-) While it has some challenges in terms

Re: [go-cd] Config Repositories has always in fetch status

2023-08-15 Thread Komgrit Aneksri
Hello Chad, Thank you for your suggestion. Just for your infomation. I had fixed this issue since last week. This root cause issue related to our EFS throughput for stored flyweight, /home/go, artifacts, This issue solved by I changed EFS throughput mode from bursting to elastic

Re: [go-cd] Regarding docker elastic agent

2023-08-15 Thread Vijayakumaran A.
Thanks.i have changed image with* gocd/gocd-agent-ubuntu-22.04:v23.3.0 *to build job (mvn clean install) but got maven not installed error. /bin/bash -c "mvn install"took: 0.113sexited: 127 /bin/bash: line 1: mvn: command not found On Tuesday, August 15, 2023 at 10:23:08 PM UTC+5:30

Re: [go-cd] Regarding docker elastic agent

2023-08-15 Thread 'Ashwanth Kumar' via go-cd
I think you need to use a gocd-agent image that is baked from maven image. The agent image when started should register with gocd server and have an actual agent running. In your case the image is trying to run mvn command on startup and exits quickly. I can understand if you're new to this

[go-cd] Regarding docker elastic agent

2023-08-15 Thread Vijayakumaran A.
Hi Team, I have set up a docker elastic agent using docker plugin and created a cluster profile with one elastic profile using* maven:3.6.3-openjdk-11 *docker image. i have one pipeline with one stage build maven job,i wanted to perform just checkout the code and *mvn clean install* using