From aaea59c93cd6b8254ac5bb92e0ee1dbab40899e9 Mon Sep 17 00:00:00 2001 From: Martin Cimbalek Date: Tue, 2 Jul 2024 13:05:01 +0200 Subject: [PATCH] Adjust parameter description Co-authored-by: Jan Stastny --- .ci/jenkins/dsl/jobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index e1e7b8a0d..d15c162ee 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -363,7 +363,7 @@ incubator-kie-sandbox-quarkus-accelerator''', 'Configuration of sources repositories to pack. Format: "repository_name;branch(if-override-needed)" -eg. we want to override default sources branch for some repositories.') stringParam('TARGET_VERSION', '10.0.0', 'Version of the resulting artifact which will be mentioned in the artifact name') stringParam('SOURCES_DEFAULT_BRANCH', 'main', 'Branch to check out sources from. Can be overridden in REPOSITORIES definition') - stringParam('SOURCES_FILE_NAME_TEMPLATE', 'incubator-kie-${TARGET_VERSION}-sources', 'Branch to check ouit sources from. Can be overridden in REPOSITORIES definition') + stringParam('SOURCES_FILE_NAME_TEMPLATE', 'incubator-kie-${TARGET_VERSION}-sources', 'Filename pattern for the resulting sources archive. Can be parameterized by job parameters or env variables.') } }