GetVersion Syntax
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -27,9 +27,12 @@ pipeline {
|
||||
steps {
|
||||
// runs the automatic semver tool which will version, & tag,
|
||||
runAutoSemver()
|
||||
script
|
||||
{
|
||||
VERSION = $(getVersion('-d'))
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
||||
|
Reference in New Issue
Block a user