Skip to content

Commit

Permalink
Switch back the checkout scm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 30, 2016
1 parent a0c54ea commit 7b713af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

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

Expand Down

0 comments on commit 7b713af

Please sign in to comment.