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