Skip to content

Commit

Permalink
Adjust parameter description
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Stastny <ststnjn@gmail.com>
  • Loading branch information
cimbalek and jstastny-cz committed Jul 2, 2024
1 parent cbcd9fb commit aaea59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
}
}

Expand Down

0 comments on commit aaea59c

Please sign in to comment.