diff --git a/Jenkinsfile b/Jenkinsfile index 67bf370..df264d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'