From: George Joseph Date: Wed, 25 Jul 2018 12:13:43 +0000 (-0600) Subject: CI: RefDebug: Fix reference to testsuite URL X-Git-Tag: 15.6.0-rc1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbce573b2cde7750e10dfccf2955e10779dd5ca;p=thirdparty%2Fasterisk.git CI: RefDebug: Fix reference to testsuite URL Change-Id: I0ee41d95a87f0d97b01f2757012b846bcfe6443d --- diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile index a30c7f2411..f44c5777e2 100644 --- a/tests/CI/ref_debug.jenkinsfile +++ b/tests/CI/ref_debug.jenkinsfile @@ -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) {