We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76893d5 commit 92bd354Copy full SHA for 92bd354
JenkinsJobs/Builds/build.jenkinsfile
@@ -156,7 +156,7 @@ spec:
156
}
157
script {
158
if (env.ABORT_IF_NO_CHANGES && fileExists("${WORKSPACE}/noChanges")) {
159
- emailext subject: "${RELEASE_VER} ${BUILD_TYPE}-Build: ${BUILD_IID} - BUILD SKIPPED",
+ emailext subject: "${RELEASE_VER} ${BUILD_TYPE}-Build: ${BUILD_IID} - Build skipped",
160
body: """\
161
No changes have been made since the last successful ${BUILD_TYPE}-Build and therefore this scheduled build was skipped:
162
${BUILD_URL}console
0 commit comments