I recently replaced a job with some new jobs in my JJB template, but the old job remains in the CI system (and still runs):
https://ci.centos.org/job/bodhi-bodhi/
How do I delete this no-longer-needed job?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sep 14 16:23, Randy Barlow wrote:
I recently replaced a job with some new jobs in my JJB template, but the old job remains in the CI system (and still runs):
https://ci.centos.org/job/bodhi-bodhi/
How do I delete this no-longer-needed job?
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
For JJB jobs we need to coordinate removal/deletion manually. A best-practice is to set
`disabled: True`
for bodhi-bodhi which will stop the triggers, but keep the logs around in the meantime.
Otherwise, shall I go ahead and remove bodhi-bodhi?
- --Brian
On 9/16/18 11:42 PM, Brian Stinson wrote:
For JJB jobs we need to coordinate removal/deletion manually. A best-practice is to set
`disabled: True`
for bodhi-bodhi which will stop the triggers, but keep the logs around in the meantime.
Ah good call - I'll remember that for the future.
Otherwise, shall I go ahead and remove bodhi-bodhi?
Sure, thanks!