Re: Need to re trigger if the Jenkins job fail for scheduled job

2022-12-05 Thread opayq-gg
Hi, you could check if a Conditional Build Step helps you (you might need to install the corresponding plugin): Jenkins sets an environment variable with the trigger cause, you might be able to use that. On 5 December 2022 09:37:36 CET, Praju wrote: >Hi, >To achieve (Re trigger if the Jenkins

Need to re trigger if the Jenkins job fail for scheduled job

2022-12-05 Thread Praju
Hi, To achieve (Re trigger if the Jenkins job fail when it is scheduled job ) this one I am Enabling *Retry build after failure in *post build action but it will re trigger if we run manually also. Can any one suggest how to re trigger job if fail when it is scheduler. Thank you -- You re