Skip to content

Commit

Permalink
change for pipeline jenkins plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Feb 4, 2017
1 parent 74ab530 commit cfd4355
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!groovy
node {
pipeline {
agent any

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

0 comments on commit cfd4355

Please sign in to comment.