From 7dabc85c230361a01de3efda6f1d79daa2381cf0 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 9 Jan 2024 18:50:28 +0100 Subject: [PATCH] Implement REPREPRO_GIT_BRANCH for reprepro importer (#1106) Signed-off-by: Jose Luis Rivero --- jenkins-scripts/dsl/core.dsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins-scripts/dsl/core.dsl b/jenkins-scripts/dsl/core.dsl index dde1485cb..4976a3835 100644 --- a/jenkins-scripts/dsl/core.dsl +++ b/jenkins-scripts/dsl/core.dsl @@ -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,