mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
CI: Fix regex in daily and ref_debug jobs
Change-Id: Icf2e67818b2155a158d2390b138613e1f653ea92
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user