Updated Jenkinsfile
This commit is contained in:
1
openshift/dev/Jenkinsfile
vendored
1
openshift/dev/Jenkinsfile
vendored
@@ -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... ###'
|
||||||
|
|||||||
Reference in New Issue
Block a user