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