Skip to content

Commit

Permalink
Need to provide a default
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 12, 2023
1 parent 36c3062 commit badee28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jenkins-scripts/dsl/_configs_/OSRFReleasepy.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class OSRFReleasepy
stringParam("EXTRA_OSRF_REPO",
default_params.find{ it.key == "OSRF_REPOS_TO_USE"}?.value,
"OSRF repos name to use when building the package")

booleanParam('DRY_RUN',
default_params.find{ it.key == "DRY_RUN"}?.value,
'run a testing run with no effects')
Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/core.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ outdated_job_runner.with

// -------------------------------------------------------------------
def releasepy_job = job("_releasepy")
OSRFReleasepy.create(releasepy_job)
OSRFReleasepy.create(releasepy_job, [DRY_RUN: false])
releasepy_job.with {
blockOn("repository_uploader_packages") {
blockLevel('GLOBAL')
Expand Down

0 comments on commit badee28

Please sign in to comment.