Skip to content

Commit

Permalink
Seems like i don't fully get groovy's kwargs
Browse files Browse the repository at this point in the history
Change-Id: I0ecaacef3e0e889d215195df997f0cc83971d55a
  • Loading branch information
TimotheusBachinger committed Nov 9, 2023
1 parent 5ad9faf commit b7b2467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildscripts/scripts/build-cmk-packages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,9 @@ def main() {
INTERNAL_DEPLOY_PORT,
cmk_version_rc_aware,
"${WORKSPACE}/versions/${cmk_version_rc_aware}",
EXCLUDE_PATTERN=exclude_pattern,
"*",
"all packages",
exclude_pattern,
)
artifacts_helper.upload_version_dir(
"${WORKSPACE}/versions/${cmk_version_rc_aware}", WEB_DEPLOY_DEST, WEB_DEPLOY_PORT, EXCLUDE_PATTERN=exclude_pattern);
Expand Down

0 comments on commit b7b2467

Please sign in to comment.