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²

2016-09-27 Thread Cyril
ou checkout your git repository (in my example it is repoA) in your script: by default it is enabled if you don't specify it On Monday, September 26, 2016 at 1:32:54 PM UTC-7, Cyril wrote: > > Actually, looking at the comments for the git hook feature, it seems that > I still need

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

2016-09-26 Thread Cyril
54:45 PM UTC-7, Cyril wrote: > > I'm not sure what you mean by "Multiple SCM". I don't see that option > anywhere so I guess I'm not using it. > > I am currently not using git hooks to trigger builds. I thought that the > job was supposed to be configured

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

2016-09-26 Thread Cyril
o Jenkins. > Are you using this or not? > > Enabling "Don't trigger a build on commit notifications” means the build > won’t trigger even if notifyCommit is received. > > > > > > From: > on behalf of Cyril < > cyril@gmail.com > > Reply

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

2016-09-23 Thread Cyril
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. > > > From: > on behalf of Cyril < > cyril@gmail.com > &

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

2016-09-23 Thread Cyril
, the > pipeline job will trigger when a change/commit pushed to repoB where the > pipeline script exists. > In the pipeline script, even if you are “checkout poll: true, … From > repoA” it does not matter. > > You should move the Pipeline script/Jenkinsfile to repoA instea

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

[Build flow plugin] How to show output console of subbuild into the main build?

2015-09-08 Thread Cyril Gandon
o access some pre-defined variables in the DSL : > - "out" the flow build console But I have no idea how to use that variable to do what I need. Thank you, Cyril. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

[Build-flow plugin]

2015-09-08 Thread Cyril Gandon
o access some pre-defined variables in the DSL : > - "out" the flow build console But I have no idea how to use that variable to do what I need. Thank you, Cyril. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Help needed with MsBuild plugin

2015-02-12 Thread &#x27;Cyril Besse' via Jenkins Users
Hi, Try in removing "/p:useenv=true" from MSBuild command line. I had the same problem, and I lost 2 hours to understand see link: http://msdn.developer-works.com/article/11302946/problem+with++useenv+in+visual+studio+2010+professional Regard Cyril -- You received this message b

Re: Help needed with MsBuild plugin

2015-02-12 Thread &#x27;Cyril Besse' via Jenkins Users
Hi, Try in removing "/p:useenv=true" from MSBuild command line. I had the same problem, and I lost 2 hours to understand Regard Cyril Le mercredi 4 septembre 2013 13:28:10 UTC+2, David Aldrich a écrit : > > Hi > > > > I have used Jenkins for a long time but am