From b40fb0430bc6f815e59a60fd1a8cc8018827319c Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Tue, 30 Aug 2016 08:58:23 -0400 Subject: [PATCH] Due to Scientific Linux 6 old version, change the format for git clone. --- Jenkinsfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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'