From 19586751277d0946c7a7f0fb8e3657dd8bbf8b53 Mon Sep 17 00:00:00 2001 From: jstastny-cz Date: Mon, 27 May 2024 10:46:46 +0200 Subject: [PATCH] fix DSL --- .ci/jenkins/dsl/jobs.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index 5eb9dbade..9f997b07e 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -172,8 +172,8 @@ void setupBuildImageJob(JobType jobType) { RELEASE_GPG_SIGN_KEY_CREDS_ID: Utils.getReleaseGpgSignKeyCredentialsId(this), RELEASE_GPG_SIGN_PASSPHRASE_CREDS_ID: Utils.getReleaseGpgSignPassphraseCredentialsId(this), - RELEASE_SVN_REPOSITORY: Utils.getReleaseSvnCredentialsId(), - RELEASE_SVN_CREDS_ID: Utils.getReleaseSvnStagingRepository() + RELEASE_SVN_REPOSITORY: Utils.getReleaseSvnCredentialsId(this), + RELEASE_SVN_CREDS_ID: Utils.getReleaseSvnStagingRepository(this) ]) KogitoJobTemplate.createPipelineJob(this, jobParams)?.with { logRotator {