Revert "Use test view"

662b24386d
This commit is contained in:
lucianom
2022-01-12 12:51:43 +00:00
parent 4d68b26b42
commit 9b0e541e95

3
Jenkinsfile vendored
View File

@@ -6,8 +6,7 @@ pipeline {
agent none agent none
environment { environment {
REPO = 'lib_xua' REPO = 'lib_xua'
VIEW = 'lib_xua_test_locks' VIEW = getViewName(REPO)
// VIEW = getViewName(REPO)
} }
options { options {
skipDefaultCheckout() skipDefaultCheckout()