GetVersion Syntax

This commit is contained in:
Layla 2019-04-11 14:51:28 -04:00
parent 76ad8335ee
commit edab8ae720

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
runAutoSemver()
script
{
VERSION = $(getVersion('-d'))
env.VERSION = $(getVersion('-d'))
}
}
}