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