Using Jenkins pipelines for data flow D.A.G's

2017-10-17 Thread Oded Badt
Hello I'm very new to Jenkins Pipelines but have already set up my Jenkins instance to support Pipelines (and Blue Ocean for that matter) but have yet fully understood if it the best fir for flow control of data driven flows (managing dependency D.A.G's for example, communicating data sets

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 kuma

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 <pskumar...@gmail.com> 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: &

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
CM 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 8:0

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