Skip to content

Commit e5f7c33

Browse files
committed
Build FIPS package via build-cmk-distro-package
trigger-cmk-distro-package was added on master/2.5.0 in CMK-26121 but never reached 2.4.0, so the FIPS package build stage added in 26e5588 crashed with "No job ... trigger-cmk-distro-package found". Use the existing build-cmk-distro-package job, like the non-FIPS path does. CMK-35136 Change-Id: I2abd27cb666c64f4fe035aef5a66372dc28d5c50
1 parent c7b76f9 commit e5f7c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildscripts/scripts/trigger-build-upload-cmk-distro-package.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def main() {
125125
smart_build(
126126
// see global-defaults.yml, needs to run in minimal container
127127
use_upstream_build: true,
128-
relative_job_name: "${branch_base_folder}/builders/trigger-cmk-distro-package",
128+
relative_job_name: "${branch_base_folder}/builders/build-cmk-distro-package",
129129
build_params: [
130130
CUSTOM_GIT_REF: effective_git_ref,
131131
VERSION: params.VERSION,

0 commit comments

Comments
 (0)