You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2021/10/08 18:25:22 UTC

[trafficserver-ci] 01/01: Revert "Set github downstream job display names (#56)"

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

eze pushed a commit to branch revert-56-set_downstream_github_display_names
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git

commit 9b67d1106ae0095297d0411167aee2be62828304
Author: Evan Zelkowitz <ev...@comcast.com>
AuthorDate: Fri Oct 8 12:25:17 2021 -0600

    Revert "Set github downstream job display names (#56)"
    
    This reverts commit 0bcc4bdb0a36aed51fe8077289598e5728d38fcd.
---
 jenkins/github/toplevel.pipeline | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jenkins/github/toplevel.pipeline b/jenkins/github/toplevel.pipeline
index 38049a2..09c731a 100644
--- a/jenkins/github/toplevel.pipeline
+++ b/jenkins/github/toplevel.pipeline
@@ -8,7 +8,6 @@ String buildJob(String ghcontext, String jobName) {
         }
         currentBuild.displayName = "PR: #${GITHUB_PR_NUMBER} - Build: #${BUILD_NUMBER}"
         def jobBuild = build job: jobName, propagate: false, parameters: [string(name: 'SHA1', value: GITHUB_PR_HEAD_SHA), string(name: 'GITHUB_URL', value: GITHUB_REPO_GIT_URL), string(name: 'GITHUB_PR_NUMBER', value: GITHUB_PR_NUMBER), string(name:'GITHUB_PR_TARGET_BRANCH', value: GITHUB_PR_TARGET_BRANCH)]
-        jobBuild.setDisplayName("Github PR #${GITHUB_PR_NUMBER}: ${GITHUB_PR_TITLE}")
         def jobURL = jobBuild.getAbsoluteUrl()
         currentBuild.description += " ${jobName} - <a href=${jobURL}>${jobURL}</a> <br>"