Re: Trigger a job based on failure of another/upstream job

2017-06-28 Thread Michael Pailloncy
Are you using the Scripted or Declarative way to write your Pipeline ? If you are in Declarative mode, I think that you can easily do that with the *post *section => see https://jenkins.io/doc/book/pipeline/syntax#post 2017-06-28 7:06 GMT+02:00 Максим : > Hi! > Perhaps

Re: Trigger a job based on failure of another/upstream job

2017-06-28 Thread Максим
Hi! Perhaps you can use try-catch blocks. And run your job in a catch block вт, 27 июн. 2017 г. в 21:40, Kishor Ramanan : > Hi, > > Is there a way where I can trigger a job based on the failure condition of > other job? > > I am using pipeline as of now, during the last

Trigger a job based on failure of another/upstream job

2017-06-27 Thread Kishor Ramanan
Hi, Is there a way where I can trigger a job based on the failure condition of other job? I am using pipeline as of now, during the last step if pipeline fails, I want to execute a specific set of job. Thanks -- You received this message because you are subscribed to the Google Groups