Skip to content

Commit

Permalink
[I/Y-build] Change mail subject if build is skipped to lower-case
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Feb 19, 2025
1 parent 76893d5 commit 92bd354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
}
script {
if (env.ABORT_IF_NO_CHANGES && fileExists("${WORKSPACE}/noChanges")) {
emailext subject: "${RELEASE_VER} ${BUILD_TYPE}-Build: ${BUILD_IID} - BUILD SKIPPED",
emailext subject: "${RELEASE_VER} ${BUILD_TYPE}-Build: ${BUILD_IID} - Build skipped",
body: """\
No changes have been made since the last successful ${BUILD_TYPE}-Build and therefore this scheduled build was skipped:
${BUILD_URL}console
Expand Down

0 comments on commit 92bd354

Please sign in to comment.