Added build-tag to Jenkinsfile so views will show version number

This commit is contained in:
Erik Tiekstra
2021-09-11 08:20:25 +02:00
parent c5a9ad426f
commit d75b706b23
3 changed files with 3 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ pipeline {
stage("Build application") {
environment {
NGINX_PATH = "${dist_path}/."
BUILD_TAG = "${BUILD_TAG}"
}
steps {
echo '### Building application... ###'

View File

@@ -89,6 +89,7 @@ pipeline {
stage("Build application") {
environment {
NGINX_PATH = "${dist_path}/."
BUILD_TAG = "${BUILD_TAG}"
}
steps {
echo '### Building application... ###'

View File

@@ -103,6 +103,7 @@ pipeline {
stage("Build application") {
environment {
NGINX_PATH = "${dist_path}/."
BUILD_TAG = "${BUILD_TAG}"
}
steps {
echo '### Building application... ###'