[go-cd] Re: Windows Go agent installation

2020-06-12 Thread Jason Smyth
Hi Balaji, Is there some reason you need to install a version of the GoCD Agent that is so much older than the server? I recommend installing using the installer for GoCD Agent version 19.8 and see if that resolves your issue. Hope this helps, Jason On Thursday, 11 June 2020 10:59:36 UTC-4,

[go-cd] SSL Issue in windows go-cd agent 17.2

2020-06-12 Thread Balaji Narasingapillai
am getting "SSL Certificate problem: unable to get local issuer" while cloning bitbucket in Powershell able to clone.., while running gocd pipeline getting error. any Idea on this issue.. Thanks, balaji -- You received this message because you are subscribed to the Google Groups "go-cd" grou

[go-cd] Re: Conditional flow control or logical statement support in GoCD for build breaking or quality gates

2020-06-12 Thread Sekhar Routray
Hi Kritika, Thanks for this tidbit. This does help. Regards, Sekhar Routray On Friday, 12 June 2020 15:05:37 UTC+5:30, Kritika Singh wrote: > > Hi Sekhar, > > GoCD fails a job when a given task fails, i.e. if you execute a command > which result in a non-zero value - the task has failed and so

[go-cd] Re: Conditional flow control or logical statement support in GoCD for build breaking or quality gates

2020-06-12 Thread kritik...@thoughtworks.com
Hi Sekhar, GoCD fails a job when a given task fails, i.e. if you execute a command which result in a non-zero value - the task has failed and so the job will fail. E.g. -c if [ \"${SHOULD_FAIL}\" != 'true ]; then echo \"Failing the job\"; exit 1; fi Hope thi

[go-cd] Conditional flow control or logical statement support in GoCD for build breaking or quality gates

2020-06-12 Thread Sekhar Routray
Hi, I'm quite new to GoCD and I'm trying to figure out if it possible to break a build pipeline or forcibly fail a pipeline based on a condition? My exact requirements are to declare a threshold variable and if that threshold is crossed the stage/pipeline is to be failed forcibly and the subse