<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/12715">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CI: Escape backslashes in printenv/sort/tr<br><br>Change-Id: I52be64c8f6af2bbe15148a856d1f10cb113e1e94<br>---<br>M tests/CI/gates.jenkinsfile<br>M tests/CI/periodics-daily.jenkinsfile<br>M tests/CI/ref_debug.jenkinsfile<br>M tests/CI/unittests.jenkinsfile<br>4 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/12715/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile</span><br><span>index 219abb0..82ef343 100644</span><br><span>--- a/tests/CI/gates.jenkinsfile</span><br><span>+++ b/tests/CI/gates.jenkinsfile</span><br><span>@@ -100,7 +100,7 @@</span><br><span>                                            withCredentials([usernamePassword(credentialsId: "${JENKINS_GERRIT_CREDS}",</span><br><span>                                                        passwordVariable: 'GERRIT_USER_PW', usernameVariable: 'GERRIT_USER_NAME')]) {</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-                                                       sh "printenv -0 | sort -z | tr '\0' '\n'"</span><br><span style="color: hsl(120, 100%, 40%);">+                                                   sh "printenv -0 | sort -z | tr '\\0' '\\n'"</span><br><span> </span><br><span>                                                    checkout scm: [$class: 'GitSCM',</span><br><span>                                                             branches: [[name: env.GERRIT_BRANCH ]],</span><br><span>diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile</span><br><span>index ce10209..352737f 100644</span><br><span>--- a/tests/CI/periodics-daily.jenkinsfile</span><br><span>+++ b/tests/CI/periodics-daily.jenkinsfile</span><br><span>@@ -43,7 +43,7 @@</span><br><span> </span><br><span>                                         stage ("Checkout") {</span><br><span>                                               sh "sudo chown -R jenkins:users ."</span><br><span style="color: hsl(0, 100%, 40%);">-                                            sh "printenv -0 | sort -z | tr '\0' '\n'"</span><br><span style="color: hsl(120, 100%, 40%);">+                                           sh "printenv -0 | sort -z | tr '\\0' '\\n'"</span><br><span>                                                sh "sudo tests/CI/setupJenkinsEnvironment.sh"</span><br><span>                                      }</span><br><span> </span><br><span>diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile</span><br><span>index 5c4f487..a87f7dc 100644</span><br><span>--- a/tests/CI/ref_debug.jenkinsfile</span><br><span>+++ b/tests/CI/ref_debug.jenkinsfile</span><br><span>@@ -43,7 +43,7 @@</span><br><span> </span><br><span>                                   stage ("Checkout") {</span><br><span>                                               sh "sudo chown -R jenkins:users ."</span><br><span style="color: hsl(0, 100%, 40%);">-                                            sh "printenv -0 | sort -z | tr '\0' '\n'"</span><br><span style="color: hsl(120, 100%, 40%);">+                                           sh "printenv -0 | sort -z | tr '\\0' '\\n'"</span><br><span>                                                sh "sudo tests/CI/setupJenkinsEnvironment.sh"</span><br><span>                                      }</span><br><span> </span><br><span>diff --git a/tests/CI/unittests.jenkinsfile b/tests/CI/unittests.jenkinsfile</span><br><span>index 7a5cd4a..6f81479 100644</span><br><span>--- a/tests/CI/unittests.jenkinsfile</span><br><span>+++ b/tests/CI/unittests.jenkinsfile</span><br><span>@@ -100,7 +100,7 @@</span><br><span>                                             withCredentials([usernamePassword(credentialsId: "${JENKINS_GERRIT_CREDS}",</span><br><span>                                                        passwordVariable: 'GERRIT_USER_PW', usernameVariable: 'GERRIT_USER_NAME')]) {</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-                                                       sh "printenv -0 | sort -z | tr '\0' '\n'"</span><br><span style="color: hsl(120, 100%, 40%);">+                                                   sh "printenv -0 | sort -z | tr '\\0' '\\n'"</span><br><span> </span><br><span>                                                    checkout scm: [$class: 'GitSCM',</span><br><span>                                                             branches: [[name: env.GERRIT_BRANCH ]],</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/12715">change 12715</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/c/asterisk/+/12715"/><meta itemprop="name" content="View Change"/></div></div>

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