Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2017-11-30 Thread Cyril
Hi Cosmo. Sorry for the late response, I was on vacation. Unfortunately I don’t think I can be very helpful as I don’t work in the same company anymore and I don’t remember what I did exactly even after reading all the messages again. I’m pretty sure that I did not do anything else than what is

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2017-11-22 Thread Cosmo
@Cyril -- I am having the same issue as in your original post. I don't understand your solution though. I have webhooks defined for my RepoA and RepoB. In the "Build Triggers" section of the job config I have only "Github hook trigger" -- presumably this will only trigger a build on pushes to R

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-27 Thread Cyril
triggered despite ³Don't trigger a >>> build on commit notifications² >>> >>> I didn't think about that option and it sounds like this should work >>> exactly like I need it to be. Thanks for the suggestion. >>> >>> I would sti

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-26 Thread Cyril
build on commit notifications” means the build >> won’t trigger even if notifyCommit is received. >> >> >> >> >> >> From: on behalf of Cyril < >> cyril@gmail.com> >> Reply-To: "jenkins...@googlegroups.com" >> Date: F

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-26 Thread Cyril
y, September 23, 2016 at 5:35:27 PM UTC-7, Indra Gunawan > (ingunawa) wrote: >> >> Or create old-style job configured to trigger on polling of repoA and it >> will trigger the pipeline job as “Trigger/call builds on other projects” >> build step. >> >> &

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-24 Thread Indra Gunawan (ingunawa)
lf of Cyril > Reply-To: "jenkins...@googlegroups.com" > Date: Friday, September 23, 2016 at 2:57 PM To: Jenkins Users > Subject: Jenkins builds being triggered despite “Don't trigger a build on commit notifications” I have a Pipeline job that checkouts a git reposito

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-23 Thread Cyril
gt; Reply-To: "jenkins...@googlegroups.com " < > jenkins...@googlegroups.com > > Date: Friday, September 23, 2016 at 2:57 PM > To: Jenkins Users > > Subject: Jenkins builds being triggered despite “Don't trigger a build on > commit notifications” > > I have

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-23 Thread Cyril
d. > > -Indra > > From: > on behalf of Cyril < > cyril@gmail.com > > Reply-To: "jenkins...@googlegroups.com " < > jenkins...@googlegroups.com > > Date: Friday, September 23, 2016 at 2:57 PM > To: Jenkins Users > > Subject: Jenkins build

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-23 Thread Indra Gunawan (ingunawa)
-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, September 23, 2016 at 2:57 PM To: Jenkins Users mailto:jenkinsci-users@googlegroups.com>> Subject: Jenkins builds being triggered despite &q

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-23 Thread Indra Gunawan (ingunawa)
ci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Friday, September 23, 2016 at 2:57 PM To: Jenkins Users mailto:jenkinsci-users@googlegroups.com>> Subject: Jenkins builds being triggered despite "Don't trigger a build on commit notifications"

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-23 Thread Indra Gunawan (ingunawa)
users@googlegroups.com>> Date: Friday, September 23, 2016 at 2:57 PM To: Jenkins Users mailto:jenkinsci-users@googlegroups.com>> Subject: Jenkins builds being triggered despite "Don't trigger a build on commit notifications" I have a Pipeline job that checkouts a git

Jenkins builds being triggered despite “Don't trigger a build on commit notifications”

2016-09-23 Thread Cyril
I have a Pipeline job that checkouts a git repository (let's call is "repoA") and passes it to some other downstream jobs for further processing. The job's script is stored in a different git repo (let's call it "repoB"). This job is configured with the "Poll SCM" option so that any changes t