]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CI: RefDebug: Fix reference to testsuite URL
authorGeorge Joseph <gjoseph@digium.com>
Wed, 25 Jul 2018 12:13:43 +0000 (06:13 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 25 Jul 2018 12:14:09 +0000 (06:14 -0600)
Change-Id: I0ee41d95a87f0d97b01f2757012b846bcfe6443d

tests/CI/ref_debug.jenkinsfile

index a30c7f2411a115e8ad592f5f4a22d9611cecb7a5..f44c5777e263ae337ab21b4ada8b7a0551fc1880 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(/\/[^\/]+$/, "/testsuite")
 
                                                parallelTasks[groupName] = {
                                                        stage (groupName) {