Skip to content

Commit

Permalink
Due to Scientific Linux 6 old version, change the format for git clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 30, 2016
1 parent 811008c commit b40fb04
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit b40fb04

Please sign in to comment.