From d75b706b2300bdbffc093cdeb8af450ae7419e9d Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Sat, 11 Sep 2021 08:20:25 +0200 Subject: [PATCH] Added build-tag to Jenkinsfile so views will show version number --- openshift/acc/Jenkinsfile | 1 + openshift/next/Jenkinsfile | 1 + openshift/prod/Jenkinsfile | 1 + 3 files changed, 3 insertions(+) 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... ###'