Use test view

This commit is contained in:
lucianom
2022-01-12 12:28:44 +00:00
parent c60da7fd82
commit 662b24386d

3
Jenkinsfile vendored
View File

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