Skip to content

Commit

Permalink
Refactor order.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 5958e9b commit ebd01e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

node('packer') {

stage 'Acquire ansible-playbooks'

git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
credentialsId: "jenkins-github-access-token" ])

stage 'Checkout'

// Get the packer-centos-7 repo

checkout scm

stage 'Acquire ansible-playbooks'

git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
credentialsId: "jenkins-github-access-token" ])

stage 'Validate'

sh 'ls'
Expand Down

0 comments on commit ebd01e7

Please sign in to comment.