Skip to content

Commit

Permalink
Adjust pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 9dea0a4 commit c78aa85
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ node('packer') {

stage 'Acquire ansible-playbooks'

sh 'mkdir -p ansible-playbooks'
dir('ansible-playbooks'){
git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
credentialsId: "jenkins-github-access-token" ])
}

sh 'pwd'
sh 'ls'
sh 'pwd'
sh 'ls'

stage 'Checkout'

// Get the packer-centos-7 repo

sh 'mkdir -p packer-centos-7'
dir('packer-centos-7'){
checkout scm
}
checkout scm

sh 'pwd'
sh 'ls'
Expand Down

0 comments on commit c78aa85

Please sign in to comment.