Testing with HEAD image

This commit is contained in:
Layla 2019-04-11 14:39:12 -04:00
parent 7210d87d00
commit 52dd430521

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
stage('Version') {
agent {
docker {
image 'auto-semver'
image 'auto-semver:HEAD'
}
}
steps {