GetVersion Syntax

This commit is contained in:
2019-04-11 14:48:04 -04:00
parent 722245953c
commit 76ad8335ee

3
Jenkinsfile vendored
View File

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