Re: [go-cd] Mac agent unable to connect to server

2024-01-05 Thread Chad Wilson
There's no error shown in that log file, which just means that the bootstrapper/launcher is starting OK - but doesn't tell us much else. You need to look at the other agent logs to see why it is failing to register with the server. Look in the logs directory for the others (for most problems you

[go-cd] Mac agent unable to connect to server

2024-01-05 Thread Manojsai katakam
Hi all, We have an issue to Mac agent connecting to the gocd server. Go-server version: 20.5.0 Go-agent version: 20.5.0 Logs : *$hostname:Go Agent di$ ./bin/go-agent console* Running go-agent... wrapper | --> Wrapper Started as Console wrapper | Java Service Wrapper Standard Edition 64-bit

Re: [go-cd] Material branch check exclusion?

2024-01-05 Thread 'Chris Gillatt' via go-cd
Thanks Alexey - I haven't yet considered that plugin, but I'll give it a go. On Friday, January 5, 2024 at 1:17:49 PM UTC Alexey Savchkov wrote: > Chris, did you try the Git branch plugin ( > https://github.com/ashwanthkumar/gocd-build-github-pull-requests)? GoCD > is built around Trunk Based

Re: [go-cd] Material branch check exclusion?

2024-01-05 Thread 'Alexey Savchkov' via go-cd
Chris, did you try the Git branch plugin (https://github.com/ashwanthkumar/gocd-build-github-pull-requests)? GoCD is built around Trunk Based Development so branches are not an inherent part of its design. This plugin however polls branches of a repository according to plugin filters based on

Re: [go-cd] Is possible to run task parallel

2024-01-05 Thread 'Alexey Savchkov' via go-cd
@Tsanko Stoev No, the semicolon simply produces a list of commands which are still executed in turn, see e.g `man sh` of `man bash` for the explanation of lists E.g. from `man bash`: "Commands separated by a ; are executed sequentially". In theory you could run shell tasks in parallel by