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:
>
>> 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 
>>> 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 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:09:42 PM UTC+5:30, Oded Badt wrote:
>
> 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 prefer to avoid 
> on every push to my repo
>
 -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "Jenkins Users" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/jenkinsci-users/zwbqxC196dM/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 jenkinsci-use...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/jenkinsci-users/zwbqxC196dM/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/b4a7815a-5bb9-4ede-808c-9caa3b586e04%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/646311d9-c7c6-40c6-9df3-582a16a031f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 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:09:42 PM UTC+5:30, Oded Badt wrote:

 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 prefer to avoid on
 every push to my repo

>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Jenkins Users" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/jenkinsci-users/zwbqxC196dM/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> jenkinsci-use...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%
>>> 40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/jenkinsci-users/zwbqxC196dM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/b4a7815a-5bb9-4ede-808c-9caa3b586e04%40googlegroups.
> com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAHQ5-_RiiVBt2NRkYWY-NSsmpZmFPNC2A9LW9Q2NkiP-YUrVkQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


  
  
  false
  

  false
  GLOBAL
  DISABLED
  


  false


  false


  false


  0
  0
  false
  project

  
  
2

  
g...@git.infinidat.com:host-internal/research-notebooks.git
  


  
develop
  

false


  
  ipynb-slave
  false
  false
  false
  false
  

  0 0 * * *


  
  true

  
  false
  

  

  
  

  ob...@infinidat.com
  false
  false

  
  


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 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 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:09:42 PM UTC+5:30, Oded Badt wrote:
>>>
>>> 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 prefer to avoid on 
>>> every push to my repo
>>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/jenkinsci-users/zwbqxC196dM/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b4a7815a-5bb9-4ede-808c-9caa3b586e04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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:09:42 PM UTC+5:30, Oded Badt wrote:
>>
>> 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 prefer to avoid on
>> every push to my repo
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/jenkinsci-users/zwbqxC196dM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%40googlegroups.
> com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAHQ5-_TE0dP_jn-oKLje7791444K0O3Hz2kf6jbRVUP5Z8qS-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 8:09:42 PM UTC+5:30, Oded Badt wrote:
>
> 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 prefer to avoid on 
> every push to my repo
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 prefer to avoid on 
every push to my repo

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4c7e7c35-a7f2-472b-8254-0432e7043b88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.