Re: Confused by declarative pipeline trigger specifications

2019-09-26 Thread David Aldrich
>> We use declarative pipelines extensively, triggered by SCM change. We use a >> cron spec to specify a SCM polling interval. >> It seems that the trigger specification can be set in two places: in the GUI >> configuration for the job and in the pipeline itself. >> Do I need to set both

Re: Confused by declarative pipeline trigger specifications

2019-09-25 Thread Slide
The GUI portion is filled in by the pipeline once it has run once and the triggers and so forth have been processed. You can't change the cron in the GUI and have it work. It only works to change it in the pipeline itself. On Wed, Sep 25, 2019 at 1:16 AM David Aldrich wrote: > Hi > > We use

Confused by declarative pipeline trigger specifications

2019-09-25 Thread David Aldrich
Hi We use declarative pipelines extensively, triggered by SCM change. We use a cron spec to specify a SCM polling interval. It seems that the trigger specification can be set in two places: in the GUI configuration for the job and in the pipeline itself. Do I need to set both trigger