CI: Fix regex in daily and ref_debug jobs

Change-Id: Icf2e67818b2155a158d2390b138613e1f653ea92
This commit is contained in:
George Joseph
2018-07-17 09:41:40 -06:00
parent fa333dedd0
commit 3e5a6a6cfc
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {