diff --git a/Jenkinsfile b/Jenkinsfile index 40c52d0..68e2c60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,10 +36,6 @@ 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) { @@ -81,10 +77,6 @@ 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) {