Is multiple triggers an option?

2022-02-25 Thread Rusty Sapper
We have a huge pipeline that is currently set with a webhook trigger defined in a pipelineTriggers section in the properties section. However, sometimes we would like some of these jobs to ONLY run nightly CI builds. I'm trying to avoid having a second version of this huge pipeline script where th

Re: Is multiple triggers an option?

2022-02-25 Thread Gianluca
Hi, We have the same requirements and we have a big pipeline that runs different things depending of the trigger and we have nightly CI builds. We use the conditional “when” to identify the trigger and run some portion of the pipeline depending of where it comes from: stage('Deploys')