Skip to content

Commit

Permalink
Implement REPREPRO_GIT_BRANCH for reprepro importer (#1106)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Jan 9, 2024
1 parent cc59c0d commit 7dabc85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins-scripts/dsl/core.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ reprepro.with
{
stringParam('UPLOAD_TO_REPO','ubuntu-testing',
'Repository to host the new imported packages. Should match entry in reprepro.ini')
stringParam('REPREPRO_GIT_BRANCH', '',
'Branch of the repository to be used for code and REPREPRO_IMPORT_YAML_FILE (empty implies uses default)')
stringParam('REPREPRO_IMPORT_YAML_FILE','',
'Name of the reprepo import file')
booleanParam('COMMIT',false,
Expand Down

0 comments on commit 7dabc85

Please sign in to comment.