Re: how to ignore jenkisnfile from polling for pipeline jobs

2019-09-09 Thread SADHAN
1)I want this check to happen before getting triggered itself else the job always shows failed state incase if jenkinsfiles are changed frequently (note: we have jenkinsfiles in separate repo than source code) 2)In case am ok with above thing also, there will be chances that at the same time,

Re: how to ignore jenkisnfile from polling for pipeline jobs

2019-09-01 Thread Ramanathan Muthaiah
On Saturday, August 31, 2019 at 12:24:00 AM UTC+5:30, SADHAN wrote: > > the problem i am seeing is if i add polling for the source code repo using > checkout function of jenkinsfile, the job is getting triggered for the > source code changes and also for the jenkisnfiles changes though both are