Updated Jenkinsfile

This commit is contained in:
Erik Tiekstra
2021-09-09 13:44:14 +02:00
parent 29c97edacb
commit b2239c58a5

View File

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