Here is my config xml file
Thanks!
Oded
On Thu, Mar 2, 2017 at 5:01 PM, suresh kumar <[email protected]> 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 <[email protected]> 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/AAAAAAAABt0/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
>>> [email protected].
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%
>>> 40googlegroups.com
>>> <https://groups.google.com/d/msgid/jenkinsci-users/02243e9c-7f5e-457f-8ae0-f92bdbdc0107%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> 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
> [email protected].
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/b4a7815a-5bb9-4ede-808c-9caa3b586e04%40googlegroups.
> com
> <https://groups.google.com/d/msgid/jenkinsci-users/b4a7815a-5bb9-4ede-808c-9caa3b586e04%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> 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 [email protected].
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.
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties>
<hudson.plugins.buildblocker.BuildBlockerProperty plugin="[email protected]">
<useBuildBlocker>false</useBuildBlocker>
<blockLevel>GLOBAL</blockLevel>
<scanQueueFor>DISABLED</scanQueueFor>
<blockingJobs></blockingJobs>
</hudson.plugins.buildblocker.BuildBlockerProperty>
<com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty plugin="[email protected]">
<doNotScan>false</doNotScan>
</com.sonyericsson.jenkins.plugins.bfa.model.ScannerJobProperty>
<com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin="[email protected]">
<optOut>false</optOut>
</com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty>
<com.sonyericsson.rebuild.RebuildSettings plugin="[email protected]">
<autoRebuild>false</autoRebuild>
</com.sonyericsson.rebuild.RebuildSettings>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="[email protected]">
<maxConcurrentPerNode>0</maxConcurrentPerNode>
<maxConcurrentTotal>0</maxConcurrentTotal>
<throttleEnabled>false</throttleEnabled>
<throttleOption>project</throttleOption>
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM" plugin="[email protected]">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<url>[email protected]:host-internal/research-notebooks.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>develop</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<submoduleCfg class="list"/>
<extensions/>
</scm>
<assignedNode>ipynb-slave</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers>
<hudson.triggers.TimerTrigger>
<spec>0 0 * * *</spec>
</hudson.triggers.TimerTrigger>
<hudson.triggers.SCMTrigger>
<spec></spec>
<ignorePostCommitHooks>true</ignorePostCommitHooks>
</hudson.triggers.SCMTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command><!-- BASH COMMAND HERE --></command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.tasks.Mailer plugin="[email protected]">
<recipients>[email protected]</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
</project>