set agent back to how it was

This commit is contained in:
Derek DeJonghe 2020-06-15 17:44:58 -04:00
parent 682ab6e7cc
commit 0265f52eb3

4
Jenkinsfile vendored
View File

@ -57,7 +57,9 @@ pipeline {
} }
stage('Test') { stage('Test') {
agent { agent {
dockerfile true docker {
image "rightbrainnetworks/auto-semver:${env.VERSION}"
}
} }
steps steps
{ {