Skip to content

Commit

Permalink
Add scm polling to jenkins ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Wolf committed Dec 17, 2014
1 parent 3a92109 commit 2f0edd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/share/jenkins-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<triggers>
<hudson.triggers.SCMTrigger>
<spec>H/2 * * * *</spec>
<ignorePostCommitHooks>false</ignorePostCommitHooks>
</hudson.triggers.SCMTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.plugins.cmake.CmakeBuilder plugin="[email protected]">
Expand Down

0 comments on commit 2f0edd5

Please sign in to comment.