diff --git a/Jenkinsfile b/Jenkinsfile index 259f519..917b2fb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,10 @@ pipeline { steps { // runs the automatic semver tool which will version, & tag, runAutoSemver() - VERSION = $(getVersion('-d')) + script + { + VERSION = $(getVersion('-d')) + } } } stage('Build') {