|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`|
]
// 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',