diff --git a/openshift/dev/Jenkinsfile b/openshift/dev/Jenkinsfile index 6130b83..6b4fc7f 100644 --- a/openshift/dev/Jenkinsfile +++ b/openshift/dev/Jenkinsfile @@ -90,6 +90,7 @@ pipeline { stage("Build application") { environment { NGINX_PATH = "${dist_path}/." + BUILD_TAG = "${BUILD_TAG}" } steps { echo '### Building application... ###'