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 aaf4588 commit 9507c12Copy full SHA for 9507c12
.ci/Jenkinsfile
@@ -177,7 +177,7 @@ def createPRDescription(commit) {
177
if (params.FORCE_SEND_PR) {
178
message += "*Manually forced with the CI automation job.*"
179
}
180
- if (env?.SPEC_UPDATED?.equals('true')){
+ if (env?.SPECS_UPDATED?.equals('true')){
181
def gitLog = sh(script: """
182
git log --pretty=format:'* https://github.com/${env.ORG_NAME}/${env.ECS_REPO}/commit/%h %s' \
183
${commit}...HEAD \
0 commit comments