Re: How can one get the last job ran in a pipeline script?

2018-09-14 Thread pisymbol
On Fri, Sep 14, 2018 at 2:49 PM pisymbol wrote: > I need to figure out when was the last job ran in the active pipeline > running, i.e. the current job. > > Putting it another way, I want to programmatically in the current job find > out WHEN the LAST job was ran and what was its build RESULT (s

How can one get the last job ran in a pipeline script?

2018-09-14 Thread pisymbol
I need to figure out when was the last job ran in the active pipeline running, i.e. the current job. Putting it another way, I want to programmatically in the current job find out WHEN the LAST job was ran and what was its build RESULT (success or fail). Is there a way to do this? -aps --