From: George Joseph Date: Wed, 25 Jul 2018 12:13:43 +0000 (-0600) Subject: CI: RefDebug: Fix reference to testsuite URL X-Git-Tag: 16.0.0-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1156f0cfd8f6200daf22eec73c27b4d69ee01c5;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) {