This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 43c616a Update toplevel.pipeline
43c616a is described below
commit 43c616a8e01fcdd28177dba307fdabc60e505f5b
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Nov 2 08:45:30 2021 -0600
Update toplevel.pipeline
Remove targeturl for now
---
jenkins/github/toplevel.pipeline | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jenkins/github/toplevel.pipeline b/jenkins/github/toplevel.pipeline
index 09c731a..bed24bf 100644
--- a/jenkins/github/toplevel.pipeline
+++ b/jenkins/github/toplevel.pipeline
@@ -18,7 +18,8 @@ String buildJob(String ghcontext, String jobName) {
if (jobResult == 'SUCCESS') {
setGitHubPullRequestStatus(context: ghcontext, message: "Success -
${jobURL}", state: jobResult)
} else {
- setGitHubPullRequestStatus(context: ghcontext, message: "Failure -
${jobURL}", state: jobResult, targetUrl: "${jobURL}")
+ //setGitHubPullRequestStatus(context: ghcontext, message: "Failure
- ${jobURL}", state: jobResult, targetUrl: "${jobURL}")
+ setGitHubPullRequestStatus(context: ghcontext, message: "Failure -
${jobURL}", state: jobResult)
}
return jobResult
}