Skip to content

Commit

Permalink
added github push property to jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Feb 4, 2017
1 parent b3f848b commit 6190917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!groovy
pipeline {
agent any

stages {
stage('Build') {
steps {
properties([pipelineTriggers([[$class: 'GitHubPushTrigger'], pollSCM('H/1 * * * *')])])
checkout scm
sh 'ciscripts/triggerbuild.sh'
}
Expand Down

0 comments on commit 6190917

Please sign in to comment.