From 44a0d44893bad361fc5a76dba98ad77c2214c981 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 12 Sep 2025 13:04:48 -0400 Subject: [PATCH] ceph-trigger-build: Default to ceph-dev-pipeline Signed-off-by: David Galloway --- ceph-trigger-build/README.md | 2 +- ceph-trigger-build/build/Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.5