Re: Jenkins 2 Pipeline script triggering itself. How to not poll for changes by git user Jenkins?

2016-09-14 Thread Mark Waite
No work around that I've found. On Wed, Sep 14, 2016 at 8:20 AM Phil Swenson wrote: > Hi, we have a Jenkins Pipeline job that changes a pom.xml file and checks > in the change. This of course causes the job to kick itself off again. > > Is there a way to configure the

Jenkins 2 Pipeline script triggering itself. How to not poll for changes by git user Jenkins?

2016-09-14 Thread Phil Swenson
Hi, we have a Jenkins Pipeline job that changes a pom.xml file and checks in the change. This of course causes the job to kick itself off again. Is there a way to configure the job to ignore the jenkins user? I tried this: git url: 'g...@bitbucket.org:myrepo.git', excludedUsers: