]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-trigger-build: Default to ceph-dev-pipeline 2426/head
authorZack Cerza <zack@cerza.org>
Tue, 19 Aug 2025 19:40:27 +0000 (13:40 -0600)
committerZack Cerza <zack@cerza.org>
Tue, 19 Aug 2025 19:40:27 +0000 (13:40 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-trigger-build/README.md
ceph-trigger-build/build/Jenkinsfile

index 823ed451d395a905a3674833fe4bc36dd1df919e..1896b2ae8c5c65569ca82a54a88fe9495b43c8ef 100644 (file)
@@ -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`|
index f18fa1ae7d23dc3073660a4debb82c44c84aef52..8a7a3caf619dafe3b54541e68cb70c09c1eac6e2 100644 (file)
@@ -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',