Permalink
Browse files
Let's try these bucket names for the tier / internet2 AWS infrastruct…
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+2
−2
Jenkinsfile
-
+1
−1
shibboleth-appliance.json
|
@@ -52,7 +52,7 @@ if (BRANCH_TEST=="shibboleth-production"){ |
|
|
|
|
|
stage 'Sync appliances to S3 bucket'
|
|
stage 'Sync appliances to S3 bucket'
|
|
|
|
|
|
sh 'aws s3 sync builds s3://internet2-appliance-us-west-1'
|
|
sh 'aws s3 sync builds s3://internet2-tier-appliance-us-west-1'
|
|
|
|
|
|
slackSend color: 'good', message: "BUILD SUCCESS: Shibboleth Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"
|
|
slackSend color: 'good', message: "BUILD SUCCESS: Shibboleth Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"
|
|
|
|
|
|
@@ -113,7 +113,7 @@ if (BRANCH_TEST=="shibboleth-production"){ |
|
|
|
|
|
stage 'Sync appliances to S3 bucket'
|
|
stage 'Sync appliances to S3 bucket'
|
|
|
|
|
|
sh 'aws s3 sync builds s3://internet2-appliance-us-west-1'
|
|
sh 'aws s3 sync builds s3://internet2-tier-appliance-us-west-1'
|
|
|
|
|
|
slackSend color: 'good', message: "BUILD SUCCESS: Comanage Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"
|
|
slackSend color: 'good', message: "BUILD SUCCESS: Comanage Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)"
|
|
|
|
|
|
|
|
@@ -73,7 +73,7 @@ |
|
"access_key": "{{user `aws_access_key`}}",
|
|
"access_key": "{{user `aws_access_key`}}",
|
|
"secret_key": "{{user `aws_secret_key`}}",
|
|
"secret_key": "{{user `aws_secret_key`}}",
|
|
"region": "{{user `region`}}",
|
|
"region": "{{user `region`}}",
|
|
"s3_bucket_name": "internet2-ami-import-us-west-1",
|
|
"s3_bucket_name": "internet2-tier-ami-import-us-west-1",
|
|
"tags": {
|
|
"tags": {
|
|
"Description": "packer amazon-import-shibboleth-appliance {{user `timestamper`}}"
|
|
"Description": "packer amazon-import-shibboleth-appliance {{user `timestamper`}}"
|
|
}
|
|
}
|
|
|