GitFlow-like view name in Jenkins file

This commit is contained in:
Larry Snizek
2019-08-22 11:57:15 +01:00
parent 9cd76b2a4b
commit 3cbb8282c7

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
agent none agent none
environment { environment {
REPO = 'lib_xua' REPO = 'lib_xua'
VIEW = 'lib_xua_mainten_01' VIEW = 'lib_xua_release_0_1_3'
} }
options { options {
skipDefaultCheckout() skipDefaultCheckout()