mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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) {
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user