We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc2704 commit 291d66eCopy full SHA for 291d66e
buildenv/jenkins/jck_sync
@@ -139,9 +139,9 @@ def createComment(Comment) {
139
"""
140
def STATUS = sh(script: CURL_COMMAND, returnStatus: true, returnStdout: true)
141
if (STATUS == 0) {
142
- echo "Comment added successfully to PR ${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER} "
+ echo "Comment added successfully to PR https://${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER} "
143
} else {
144
- error "Failed to add a comment to PR ${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER}"
+ error "Failed to add a comment to PR https://${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER}"
145
}
146
147
0 commit comments