Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-08 Thread Oded Badt
Solved: Under Advanced -> Behaviors -> Add -> *Don't trigger buiuld on commit notifications* On Monday, March 6, 2017 at 2:46:14 PM UTC+2, Oded Badt wrote: > > Here is my config xml file > > Thanks! >Oded > > On Thu, Mar 2, 2017 at 5:01 PM, suresh kumar wrote: > >>

Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-06 Thread Oded Badt
Here is my config xml file Thanks! Oded On Thu, Mar 2, 2017 at 5:01 PM, suresh kumar wrote: > Could you share the full config of Job and Check the Gitlab hooks. > > -Suresh > > On Thursday, March 2, 2017 at 2:47:39 AM UTC+5:30, Oded Badt wrote: >> >> Actually I tried

Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-02 Thread suresh kumar
Could you share the full config of Job and Check the Gitlab hooks. -Suresh On Thursday, March 2, 2017 at 2:47:39 AM UTC+5:30, Oded Badt wrote: > > Actually I tried with it both checked and unchecked and played arouns with > it back and forth and no matter what I do it still it rebuilds with

Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-01 Thread Oded Badt
Actually I tried with it both checked and unchecked and played arouns with it back and forth and no matter what I do it still it rebuilds with every push to the repository On Wed, Mar 1, 2017 at 6:45 PM, suresh kumar wrote: > I think you have checked Poll SCM option in

Re: Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-01 Thread suresh kumar
I think you have checked Poll SCM option in Build Triggers section. Uncheck Poll SCM and Check the checkbox Build periodically. [image: http://lh3.ggpht.com/-_t31sX5XYBU/VQXVt6PucQI/Bt0/gjCgub_9nH0/jenkins009_thumb%25255B1%25255D.png?imgmax=800] -Suresh On Wednesday, March 1, 2017 at

Is there any way for a jenkins project to use the Gitlab plugin but only be built periodically and not when a change is pushed?

2017-03-01 Thread Oded Badt
Note that: "Build when a change is pushed to GitLab. GitLab CI Service URL:" is UNCHECKED, yet Jenkins keeps building the project every time I push a change to it even though my intention is for it to be built periodically (with the code snapshot of that moment) due to build side effects I