Skip to content

Commit

Permalink
Fix syntax on jenkins pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 0e545d1 commit af3dc4a
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,12 +1,14 @@
#!groovy

node('packer') {

stage 'Checkout'

# Get the packer-centos-7 repo
// Get the packer-centos-7 repo

checkout scm

# Get the ansible-playbooks repo
// Get the ansible-playbooks repo

stage 'Validate'

Expand Down

0 comments on commit af3dc4a

Please sign in to comment.