GetVersion Syntax
This commit is contained in:
parent
b560907696
commit
722245953c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ pipeline {
|
||||
steps {
|
||||
// runs the automatic semver tool which will version, & tag,
|
||||
runAutoSemver()
|
||||
VERSION = "${getVersion('-d')}"
|
||||
VERSION = $(getVersion('-d'))
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user