Re: [go-cd] Re: Pipeline parameters in notifications

2017-06-19 Thread Krzysztof Szatan
Hi! On 19 June 2017 at 03:02, 'Ashwanth Kumar' via go-cd wrote: > On the pipeline-status notification. I guess it's not straight forward > because if a job fails the entire stage fails but an operator can choose to > ignore that stage and move the pipeline to the next stage to make it run to > a

Re: [go-cd] Re: Pipeline parameters in notifications

2017-06-19 Thread Aravind SV
My question would be: When do you send a "pipeline-status" *notification*? Let's assume three stages, with the third stage being manual. Do you send one as soon as the second stage completes, because the third is manual? Do you then send another one for the *same pipeline instance* when the third s

Re: [go-cd] Re: Pipeline parameters in notifications

2017-06-19 Thread Krzysztof Szatan
On 19 June 2017 at 14:42, Aravind SV wrote: > My question would be: When do you send a "pipeline-status" *notification*? > Let's assume three stages, with the third stage being manual. Do you send > one as soon as the second stage completes, because the third is manual? Do > you then send another

[go-cd] resources question

2017-06-19 Thread Roy Nielsen
Hello, I'm new to good - maybe this question is clearly answered elsewhere, but a quick search didn't find the answer. If I were to say a job needs 16 Gb of memory, or 24, or 64 memory available, I could create a tag/resource, right? What about hard drive, # of CPUs, CPU properties, network c

Re: [go-cd] resources question

2017-06-19 Thread Roy Nielsen
Hello, I guess what I'm thinking is - would it be possible for an agent to self-identify a bunch of these resources to the server when connecting, or when the server polls for resources? If you are familiar with puppet - kind of like puppet facts. Regards, -Roy *What man is a man who does not

Re: [go-cd] resources question

2017-06-19 Thread Ketan Padegaonkar
You're probably looking for agent autoregistration . On Mon, Jun 19, 2017 at 7:53 PM Roy Nielsen wrote: > Hello, > > I guess what I'm thinking is - would it be possible for an agent to > self-identify a bunch of these resourc

Re: [go-cd] resources question

2017-06-19 Thread Roy Nielsen
Hello Ketan, It's close - I was thinking along the lines of an agent keeping an up - to - date table of information specified by a basic usage (IO/mem/cpu/HD space/SMART status/+) as well as other server defined values (OS/OS version/CPU properties/active mount points/installed compilers/+) that

Re: [go-cd] resources question

2017-06-19 Thread Ketan Padegaonkar
On Mon, Jun 19, 2017 at 8:36 PM Roy Nielsen wrote: > On the other hand, could a plugin do this? > You probably want to look at elastic agent plugins that can determine agent assignment based on arbitrary rules. -- You received this message

Re: [go-cd] resources question

2017-06-19 Thread Roy Nielsen
Thank you Ketan, -Roy *What man is a man who does not make the world better?* *- Balien of Ibelin, Kingdom of Heaven* On Mon, Jun 19, 2017 at 9:20 AM, Ketan Padegaonkar < ketanpadegaon...@gmail.com> wrote: > On Mon, Jun 19, 2017 at 8:36 PM Roy Nielsen > wrote: > >> On the other hand, could a