diff --git a/jenkins-scripts/dsl/_configs_/OSRFReleasepy.groovy b/jenkins-scripts/dsl/_configs_/OSRFReleasepy.groovy index 5c7ba392d..e799ddea1 100644 --- a/jenkins-scripts/dsl/_configs_/OSRFReleasepy.groovy +++ b/jenkins-scripts/dsl/_configs_/OSRFReleasepy.groovy @@ -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') diff --git a/jenkins-scripts/dsl/core.dsl b/jenkins-scripts/dsl/core.dsl index e6106298d..add1a9785 100644 --- a/jenkins-scripts/dsl/core.dsl +++ b/jenkins-scripts/dsl/core.dsl @@ -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')