Skip to content

Commit 950827a

Browse files
committed
Archive bazel_log_* when signed
The change to not download unsinged packages removed the bazel_logs. This change makes sure they are available for parsing in the calling jobs. References CMK-31275 Change-Id: Ie00d788ea34b4fcc18e8a79938bdcb7047cd4dc5
1 parent 3d43ffb commit 950827a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/scripts/sign-cmk-distro-package.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void main() {
133133
stage("Archive stuff") {
134134
show_duration("archiveArtifacts") {
135135
archiveArtifacts(
136-
artifacts: "*.deb, *.rpm, *.cma",
136+
artifacts: "*.deb, *.rpm, *.cma, bazel_log_*",
137137
fingerprint: true,
138138
);
139139
}

0 commit comments

Comments
 (0)