Skip to content

Commit

Permalink
Synatx fix for branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 30, 2016
1 parent b40fb04 commit a0c54ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (BRANCH_TEST=="shibboleth-production"){

// checkout scm

sh 'git clone -b https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git'
sh 'git clone -b shibboleth-production https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git'

stage 'Acquire ansible-playbooks'

Expand Down Expand Up @@ -59,7 +59,7 @@ if (BRANCH_TEST=="shibboleth-production"){

// checkout scm

sh 'git clone -b https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git'
sh 'git clone -b comanage-production https://bigfleet:jenkins-github-access-token@github.internet2.edu/docker/packer-centos-7.git'

stage 'Acquire ansible-playbooks'

Expand Down

0 comments on commit a0c54ea

Please sign in to comment.