From 7b713af0cda4dee1f727d432623a4fba9344ce00 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Tue, 30 Aug 2016 14:02:27 -0400 Subject: [PATCH] Switch back the checkout scm. --- Jenkinsfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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'