<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9492">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CI: Fix regex in daily and ref_debug jobs<br><br>Change-Id: Icf2e67818b2155a158d2390b138613e1f653ea92<br>---<br>M tests/CI/periodics-daily.jenkinsfile<br>M tests/CI/ref_debug.jenkinsfile<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/9492/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile</span><br><span>index c879040..8f53658 100644</span><br><span>--- a/tests/CI/periodics-daily.jenkinsfile</span><br><span>+++ b/tests/CI/periodics-daily.jenkinsfile</span><br><span>@@ -66,7 +66,7 @@</span><br><span>                                              def groupDir = testGroup.dir</span><br><span>                                                 def groupTestcmd = testGroup.testcmd</span><br><span>                                                 def groupRunTestsuiteOptions = testGroup.runTestsuiteOptions</span><br><span style="color: hsl(0, 100%, 40%);">-                                            def testsuiteUrl = env.GIT_URL.replaceAll(/\/(Security-)?[^\/]+$/, "/\$1testsuite")</span><br><span style="color: hsl(120, 100%, 40%);">+                                         def testsuiteUrl = env.GIT_URL.replaceAll(/\/[^\/]+$/, "/testsuite")</span><br><span> </span><br><span>                                           parallelTasks[groupName] = {</span><br><span>                                                         stage (groupName) {</span><br><span>diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile</span><br><span>index 45a1c6a..d0c42ea 100644</span><br><span>--- a/tests/CI/ref_debug.jenkinsfile</span><br><span>+++ b/tests/CI/ref_debug.jenkinsfile</span><br><span>@@ -65,7 +65,7 @@</span><br><span>                                                 def groupName = testGroup.name</span><br><span>                                               def groupDir = testGroup.dir</span><br><span>                                                 def groupTestcmd = testGroup.testcmd</span><br><span style="color: hsl(0, 100%, 40%);">-                                            def testsuiteUrl = env.GIT_URL.replaceAll(/\/[^\/]+$/, "/\$1testsuite")</span><br><span style="color: hsl(120, 100%, 40%);">+                                             def testsuiteUrl = env.GIT_URL.replaceAll(/\/[^\/]+$/, "/1testsuite")</span><br><span> </span><br><span>                                          parallelTasks[groupName] = {</span><br><span>                                                         stage (groupName) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9492">change 9492</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/9492"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Icf2e67818b2155a158d2390b138613e1f653ea92 </div>
<div style="display:none"> Gerrit-Change-Number: 9492 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>