ceph-build icon indicating copy to clipboard operation
ceph-build copied to clipboard

ceph-dev-pipeline: Locate ceph-dev-new-setup builds automatically

Open zmc opened this issue 9 months ago • 1 comments

c-d-p takes an optional param SETUP_BUILD_ID which can be pointed at a previously-completed ceph-dev-new-setup build, and use its artifacts instead of invoking its own c-d-n-s build. This saves a lot of time on rebuilds, but only if one remembers to manually insert the parameter.

It would be even better if c-d-p could locate one automatically via (most likely) calls to the Jenkins REST API.

zmc avatar Apr 09 '25 20:04 zmc

Testing an API implementation for getting lastSuccessfulBuild from Jenkins along with the branch filtering , its picking the correct SETUP_BUILD_ID from the same branch but getting another issue 322 , will have some more test runs to verify if this is my patch causing the issue or some other failure.

deepssin avatar May 27 '25 07:05 deepssin