diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile index c8790404c3..8f5365875c 100644 --- a/tests/CI/periodics-daily.jenkinsfile +++ b/tests/CI/periodics-daily.jenkinsfile @@ -66,7 +66,7 @@ pipeline { def groupDir = testGroup.dir def groupTestcmd = testGroup.testcmd def groupRunTestsuiteOptions = testGroup.runTestsuiteOptions - def testsuiteUrl = env.GIT_URL.replaceAll(/\/(Security-)?[^\/]+$/, "/\$1testsuite") + def testsuiteUrl = env.GIT_URL.replaceAll(/\/[^\/]+$/, "/testsuite") parallelTasks[groupName] = { stage (groupName) { diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile index 45a1c6ad3b..d0c42eab4d 100644 --- a/tests/CI/ref_debug.jenkinsfile +++ b/tests/CI/ref_debug.jenkinsfile @@ -65,7 +65,7 @@ pipeline { def groupName = testGroup.name def groupDir = testGroup.dir def groupTestcmd = testGroup.testcmd - def testsuiteUrl = env.GIT_URL.replaceAll(/\/[^\/]+$/, "/\$1testsuite") + def testsuiteUrl = env.GIT_URL.replaceAll(/\/[^\/]+$/, "/1testsuite") parallelTasks[groupName] = { stage (groupName) {