Skip to content

Commit

Permalink
Sync the tar files to S3 bucket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 31, 2016
1 parent 7ccf1b2 commit a41c977
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ if (BRANCH_TEST=="shibboleth-production"){

sh '/usr/local/bin/packer build shibboleth-appliance.json'

stage 'Sync appliances to S3 bucket'

sh 'aws s3 sync /builds s3://internet2-appliance-us-west-1'

}

catch (err) {
Expand Down Expand Up @@ -77,6 +81,10 @@ if (BRANCH_TEST=="shibboleth-production"){

sh '/usr/local/bin/packer build comanage-appliance.json'

stage 'Sync appliances to S3 bucket'

sh 'aws s3 sync /builds s3://internet2-appliance-us-west-1'

}

catch (err) {
Expand Down

0 comments on commit a41c977

Please sign in to comment.