Skip to content

Commit

Permalink
some fixes to jenkins-job-config.xml so jenkins works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Xu committed Feb 10, 2014
1 parent 0c74bf4 commit 6267ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-job-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>origin/master</name>
<name>origin/develop</name>
</hudson.plugins.git.BranchSpec>
</branches>
<disableSubmodules>false</disableSubmodules>
Expand Down Expand Up @@ -54,7 +54,7 @@
<spec></spec>
</com.cloudbees.jenkins.GitHubPushTrigger>
<hudson.triggers.SCMTrigger>
<spec>*/5 * * * *</spec>
<spec>H/5 * * * *</spec>
<ignorePostCommitHooks>false</ignorePostCommitHooks>
</hudson.triggers.SCMTrigger>
</triggers>
Expand Down

0 comments on commit 6267ab1

Please sign in to comment.