diff --git a/openshift/acc/Jenkinsfile b/openshift/acc/Jenkinsfile index cf82467..13a5254 100644 --- a/openshift/acc/Jenkinsfile +++ b/openshift/acc/Jenkinsfile @@ -94,6 +94,7 @@ pipeline { stage("Build application") { environment { NGINX_PATH = "${dist_path}/." + BUILD_TAG = "${BUILD_TAG}" } steps { echo '### Building application... ###' diff --git a/openshift/next/Jenkinsfile b/openshift/next/Jenkinsfile index b1f3671..a2851ab 100644 --- a/openshift/next/Jenkinsfile +++ b/openshift/next/Jenkinsfile @@ -89,6 +89,7 @@ pipeline { stage("Build application") { environment { NGINX_PATH = "${dist_path}/." + BUILD_TAG = "${BUILD_TAG}" } steps { echo '### Building application... ###' diff --git a/openshift/prod/Jenkinsfile b/openshift/prod/Jenkinsfile index 0031855..93867e4 100644 --- a/openshift/prod/Jenkinsfile +++ b/openshift/prod/Jenkinsfile @@ -103,6 +103,7 @@ pipeline { stage("Build application") { environment { NGINX_PATH = "${dist_path}/." + BUILD_TAG = "${BUILD_TAG}" } steps { echo '### Building application... ###'