Skip to content

Commit

Permalink
update for polling
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Feb 4, 2017
1 parent 12cf36e commit 7b0b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!groovy
node {
try {
properties([pipelineTriggers([[$class: 'GitHubPushTrigger']])])
properties([pipelineTriggers([[$class: 'GitHubPushTrigger'], pollSCM('H/2 * * * *')])])
checkout scm
sh 'ciscripts/triggerbuild.sh'
sh 'ciscripts/buildsuccess.sh'
Expand Down

0 comments on commit 7b0b28c

Please sign in to comment.