Skip to content

Commit 291d66e

Browse files
committed
Review changes
1 parent bcc2704 commit 291d66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildenv/jenkins/jck_sync

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ def createComment(Comment) {
139139
"""
140140
def STATUS = sh(script: CURL_COMMAND, returnStatus: true, returnStdout: true)
141141
if (STATUS == 0) {
142-
echo "Comment added successfully to PR ${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER} "
142+
echo "Comment added successfully to PR https://${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER} "
143143
} else {
144-
error "Failed to add a comment to PR ${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER}"
144+
error "Failed to add a comment to PR https://${DOMAIN[1]}/${REPO[0]}/pull/${PR_NUMBER}"
145145
}
146146
}
147147
}

0 commit comments

Comments
 (0)