Skip to content

Commit 283ecb9

Browse files
committed
fix CI release job
1 parent 12dda45 commit 283ecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pipeline {
135135
stage('Wait on internal CI') {
136136
steps {
137137
notifyStatus(slackStatus: 'warning', subject: "[${env.REPO}] Release ready to be pushed",
138-
body: "Please go to (<${env.BUILD_URL}input|here>) to approve or reject within 12 hours.\n Changes: ${releaseVersions}")
138+
body: "Please go to (<${env.BUILD_URL}input|here>) to approve or reject within 12 hours.")
139139
input(message: "Start the release job on the internal CI. Click 'Proceed' once the job has succeeded or click 'Abort' if the release has failed and then manually undo the release.")
140140
}
141141
}

0 commit comments

Comments
 (0)