From b5609076963372eba166ec83f47e5ce9c0936013 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 11 Apr 2019 14:45:09 -0400 Subject: [PATCH] GetVersion inside of docker container --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 103c883..a9add0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { steps { // runs the automatic semver tool which will version, & tag, runAutoSemver() - env.VERSION = "${getVersion('-d')}" + VERSION = "${getVersion('-d')}" } } stage('Build') {