Fix small issue with the build chaining test

This commit is contained in:
RichardG867
2021-11-13 14:57:32 -03:00
parent ae4ec8d98a
commit b3972d11aa
2 changed files with 2 additions and 2 deletions

2
.ci/Jenkinsfile vendored
View File

@@ -102,7 +102,7 @@ pipeline {
job.nextBuildNumber = env.BUILD_NUMBER as Integer
job.saveNextBuildNumber()
} catch (Exception e) {
println "[!] Failed to set next build number for [$it], make sure the script approvals are in place"
println "[!] Could not set next build number for [$it], make sure all the script approvals are in place"
}
/* Trigger this job. */

View File

@@ -508,7 +508,7 @@ fi
# Run builds according to the Jenkins job name.
case $JOB_BASE_NAME in
$project | $project-TestBuildPleaseIgnore)
$project | $project-TestBuildPleaseIgnore*)
if is_windows
then
build 32 --preset=regular