From: David Galloway Date: Fri, 12 Sep 2025 17:04:48 +0000 (-0400) Subject: ceph-trigger-build: Default to ceph-dev-pipeline X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=44a0d44893bad361fc5a76dba98ad77c2214c981;p=ceph-build.git ceph-trigger-build: Default to ceph-dev-pipeline Signed-off-by: David Galloway --- diff --git a/ceph-trigger-build/README.md b/ceph-trigger-build/README.md index 823ed451..1896b2ae 100644 --- a/ceph-trigger-build/README.md +++ b/ceph-trigger-build/README.md @@ -16,7 +16,7 @@ This pipeline's role is to: |Parameter|Description|Available Options|Default| |--|--|--|--| -|CEPH-BUILD-JOB|Which Jenkins job to trigger. Only ceph-dev-pipeline supports the options below.|ceph-dev-pipeline, ceph-dev-new|`ceph-dev-new`| +|CEPH-BUILD-JOB|Which Jenkins job to trigger. Only ceph-dev-pipeline supports the options below.|ceph-dev-pipeline, ceph-dev-new|`ceph-dev-pipeline`| |DISTROS|Space-sparated list of Linux distributions to build for|focal, jammy, noble, centos9, windows|Depends on keywords in branch name| |ARCHS|Space-separated list of architectures to build on|x86_64, arm64|`x86_64 arm64`| |FLAVORS|Crimson or non-Crimson|default, crimson-debug, crimson-release|`default`| diff --git a/ceph-trigger-build/build/Jenkinsfile b/ceph-trigger-build/build/Jenkinsfile index f18fa1ae..8a7a3caf 100644 --- a/ceph-trigger-build/build/Jenkinsfile +++ b/ceph-trigger-build/build/Jenkinsfile @@ -18,7 +18,7 @@ def gitTrailerParameterNames = [ ] // These are the default parameter values for the pipeline def defaults = [ - 'CEPH_BUILD_JOB': 'ceph-dev-new', + 'CEPH_BUILD_JOB': 'ceph-dev-pipeline', 'DISTROS': 'centos9 jammy noble windows', 'ARCHS': 'x86_64 arm64', 'FLAVOR': 'default',