Skip to content

Commit

Permalink
Fix syntax for s3 bucket sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 1, 2016
1 parent 424e750 commit 2357013
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 @@ -38,7 +38,7 @@ if (BRANCH_TEST=="shibboleth-production"){

stage 'Sync appliances to S3 bucket'

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

slackSend color: 'good', message: "BUILD SUCCESS: Shibboleth Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"

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

stage 'Sync appliances to S3 bucket'

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

slackSend color: 'good', message: "BUILD SUCCESS: Comanage Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"

Expand Down

0 comments on commit 2357013

Please sign in to comment.