File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ bitbucket_pullrequest_progress_comment() {
123
123
# $2: hash of merge commit
124
124
# $3: hash of source commit
125
125
# $4: hash of target commit
126
- build_url_job=" $ATC_EXTERNAL_URL /teams/$( rawurlencode $BUILD_TEAM_NAME ) /pipelines/$( rawurlencode $BUILD_PIPELINE_NAME ) /jobs/$( rawurlencode $BUILD_JOB_NAME ) "
127
- build_url=" ${build_url_job} /builds/$( rawurlencode $BUILD_NAME ) "
126
+ build_url_job=" $ATC_EXTERNAL_URL /teams/$( rawurlencode " $BUILD_TEAM_NAME " ) /pipelines/$( rawurlencode " $BUILD_PIPELINE_NAME " ) /jobs/$( rawurlencode " $BUILD_JOB_NAME " ) "
127
+ build_url=" ${build_url_job} /builds/$( rawurlencode " $BUILD_NAME " ) "
128
128
build_status_pre=" [*Build"
129
129
build_status_post=" * at **[${BUILD_PIPELINE_NAME} > ${BUILD_JOB_NAME} ]($build_url_job )** for $2 "
130
130
if [ " $2 " == " $3 " ]; then
You can’t perform that action at this time.
0 commit comments