Fix small issue with the build chaining test
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -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. */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user