You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/release/Jenkinsfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ pipeline {
135
135
stage('Wait on internal CI') {
136
136
steps {
137
137
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.")
139
139
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.")
0 commit comments