GetVersion inside of docker container

This commit is contained in:
2019-04-11 14:45:09 -04:00
parent 13a6e3f9c9
commit b560907696

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
steps { steps {
// runs the automatic semver tool which will version, & tag, // runs the automatic semver tool which will version, & tag,
runAutoSemver() runAutoSemver()
env.VERSION = "${getVersion('-d')}" VERSION = "${getVersion('-d')}"
} }
} }
stage('Build') { stage('Build') {