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,