From a0c54ead3a8c9aa40a2853c6c1b2cc712b576982 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Tue, 30 Aug 2016 09:00:55 -0400 Subject: [PATCH] Synatx fix for branch. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'