GetVersion Syntax

This commit is contained in:
Layla 2019-04-11 14:55:06 -04:00
parent edab8ae720
commit 83670fa41b

2
Jenkinsfile vendored
View File

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