Skip to content

Commit 92bd354

Browse files
committed
[I/Y-build] Change mail subject if build is skipped to lower-case
1 parent 76893d5 commit 92bd354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spec:
156156
}
157157
script {
158158
if (env.ABORT_IF_NO_CHANGES && fileExists("${WORKSPACE}/noChanges")) {
159-
emailext subject: "${RELEASE_VER} ${BUILD_TYPE}-Build: ${BUILD_IID} - BUILD SKIPPED",
159+
emailext subject: "${RELEASE_VER} ${BUILD_TYPE}-Build: ${BUILD_IID} - Build skipped",
160160
body: """\
161161
No changes have been made since the last successful ${BUILD_TYPE}-Build and therefore this scheduled build was skipped:
162162
${BUILD_URL}console

0 commit comments

Comments
 (0)