Skip to content

Commit

Permalink
trigger-cmk-build-chain: fix call to build() with wait=false
Browse files Browse the repository at this point in the history
Change-Id: Ia3c2427ecc70599f550d2388bca0586e1328527c
  • Loading branch information
Frans Fürst committed Jan 5, 2025
1 parent 7237c7d commit e26f1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/scripts/trigger-cmk-build-chain.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ def main() {
name: "System Tests for FIPS compliance",
condition: run_fips_tests,
raiseOnError: false,) {
smart_build(
build(
job: "${base_folder}/test-integration-fips",
parameters: job_parameters_common + job_parameters_fips,
wait: false,
);
smart_build(
build(
job: "${base_folder}/test-composition-fips",
parameters: job_parameters_common + job_parameters_fips,
wait: false,
Expand Down

0 comments on commit e26f1b7

Please sign in to comment.