From 6d58eb43ec110d112a724dbc7f20123bdaba4ff9 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 13 Oct 2020 17:07:39 +0200 Subject: [PATCH] Expose DEB_BUILD_OPTIONS as pipeline parameter --- jenkins/pgapt-jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index a21fe49..a382f24 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -228,6 +228,7 @@ - string: *git_branch_template - string: *supported_versions_param - choice: *buildtype_choice + - string: *deb_build_options_param - choice: *autopkgtest_choice - choice: *queue_choice dsl: | @@ -250,6 +251,7 @@ build(job: '{name}-binaries', parameters: [ string(name: 'DEB_PG_SUPPORTED_VERSIONS', value: DEB_PG_SUPPORTED_VERSIONS), + string(name: 'DEB_BUILD_OPTIONS', value: DEB_BUILD_OPTIONS), string(name: 'autopkgtest', value: autopkgtest), string(name: 'queue', value: queue), string(name: 'upload', value: 'all'), @@ -285,6 +287,7 @@ build(job: '{name}-binaries', parameters: [ string(name: 'DEB_PG_SUPPORTED_VERSIONS', value: DEB_PG_SUPPORTED_VERSIONS), + string(name: 'DEB_BUILD_OPTIONS', value: DEB_BUILD_OPTIONS), string(name: 'autopkgtest', value: autopkgtest), string(name: 'queue', value: queue), string(name: 'upload', value: 'all'), -- 2.39.5