Testing with HEAD image

This commit is contained in:
Layla 2019-04-11 14:37:53 -04:00
parent a215e1364c
commit 7210d87d00

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
{
steps
{
sh "docker pull 356438515751.dkr.ecr.us-east-1.amazonaws.com/auto-semver"
sh "docker pull 356438515751.dkr.ecr.us-east-1.amazonaws.com/auto-semver:HEAD"
}
}
stage('Version') {