Skip to content

Commit

Permalink
IQSS#6905 PR job instances should self-destruct once tests complete
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed May 11, 2020
1 parent 3c2e7e6 commit 8b5262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jenkins/ec2/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
sh '/usr/bin/curl -O https://raw.githubusercontent.com/IQSS/dataverse-ansible/master/ec2/ec2-create-instance.sh'
sh '/bin/rm -f groupvars.yml'
sh '/usr/bin/curl -o groupvars.yml https://raw.githubusercontent.com/IQSS/dataverse-ansible/master/tests/group_vars/jenkins.yml'
sh '/usr/bin/bash ec2-create-instance.sh -b ${CHANGE_BRANCH} -r ${EC2_REPO} -t jenkins_delete_me -l target -g groupvars.yml -s t2.large'
sh '/usr/bin/bash ec2-create-instance.sh -b ${CHANGE_BRANCH} -r ${EC2_REPO} -t jenkins_delete_me -l target -g groupvars.yml -s t2.large -d'
}
}

Expand Down

0 comments on commit 8b5262d

Please sign in to comment.