Skip to content

Commit

Permalink
Try one more another one.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 19, 2016
1 parent 5f25cff commit fb61206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node('packer') {
sh 'mkdir -p ansible-playbooks'
dir('ansible-playbooks'){
git([ url: "https://github.internet2.edu/docker/ansible-playbooks.git",
credentialsId: "jenkins-github-access-token" ])
branch: "shibboleth-production", credentialsId: "jenkins-github-access-token" ])
}

stage 'Validate'
Expand Down

0 comments on commit fb61206

Please sign in to comment.