Skip to content

Commit

Permalink
Setup git for ansible-playbooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 71c509f commit d541d0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ node('packer') {

checkout scm

// Get the ansible-playbooks repo
stage 'Acquire 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" ])

stage 'Validate'

Expand Down

0 comments on commit d541d0b

Please sign in to comment.