From b2239c58a5ecf5b51c539a0f6a659f8afe362903 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Thu, 9 Sep 2021 13:44:14 +0200 Subject: [PATCH] Updated Jenkinsfile --- openshift/dev/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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... ###'