]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CI: Fix regex in daily and ref_debug jobs
authorGeorge Joseph <gjoseph@digium.com>
Tue, 17 Jul 2018 15:41:40 +0000 (09:41 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 17 Jul 2018 15:42:13 +0000 (09:42 -0600)
Change-Id: Icf2e67818b2155a158d2390b138613e1f653ea92

tests/CI/periodics-daily.jenkinsfile
tests/CI/ref_debug.jenkinsfile

index c8790404c3a372dc7e0382982de777936de907c8..8f5365875cea1a42d8537ee46f8db7de8c8dbbf5 100644 (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) {
index 45a1c6ad3b8228a5fd35e0160c105db7cfd31ae9..d0c42eab4d59d388916d4d2e113d528fb523f1ad 100644 (file)
@@ -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) {