diff --git a/Jenkinsfile b/Jenkinsfile index f361573..e1fdd71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ if (BRANCH_TEST=="shibboleth-production"){ // checkout scm - sh 'git clone -b https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git' + sh 'git clone -b shibboleth-production https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git' stage 'Acquire ansible-playbooks' @@ -59,7 +59,7 @@ if (BRANCH_TEST=="shibboleth-production"){ // checkout scm - sh 'git clone -b https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git' + sh 'git clone -b comanage-production https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git' stage 'Acquire ansible-playbooks'