This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 134f9aa  Makes the master triggers works with the 9.x Jenkins Tab name
134f9aa is described below

commit 134f9aa0034a73f8f7a971a2b75aa762bf7c37f9
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Feb 4 13:39:01 2019 -0700

    Makes the master triggers works with the 9.x Jenkins Tab name
---
 ci/jenkins/bin/gh-mirror.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/jenkins/bin/gh-mirror.sh b/ci/jenkins/bin/gh-mirror.sh
index 4f9fab9..8ed06fd 100755
--- a/ci/jenkins/bin/gh-mirror.sh
+++ b/ci/jenkins/bin/gh-mirror.sh
@@ -54,14 +54,14 @@ function checkBuild() {
        echo -n "$diff" | ${GREP} -F -e doc/ >/dev/null
        if [ 0 == $? ]; then
                echo "Triggerd Docs build for ${branch}"
-               ${CURL} -o /dev/null -s 
${BASE_URL}/view/${branch}/job/docs-${branch}/${token}
+               ${CURL} -o /dev/null -s ${BASE_URL}/job/docs-${branch}/${token}
        fi
 
        # Check if commits have non doc/ changes
        echo -n "$diff" | ${GREP} -F -v -e doc/ >/dev/null
        if [ 0 == $? ]; then
                echo "Triggered main build for ${branch}"
-               ${CURL} -o /dev/null -s 
${BASE_URL}/view/${branch}/job/start-${branch}/${token}
+               ${CURL} -o /dev/null -s ${BASE_URL}/job/start-${branch}/${token}
        fi
 }
 

Reply via email to