mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
9a01ee2019
Old jobs stay behind (and active) when jobs get updated with new versions. This mostly affects the mini-e2e jobs at the moment. There is no need to keep old job around, so delete them while deploying updates to jobs. Signed-off-by: Niels de Vos <ndevos@redhat.com>
9 lines
181 B
Makefile
9 lines
181 B
Makefile
WORKDIR ?= $(CURDIR)/../
|
|
OUTPUT ?= $(WORKDIR)/_output/
|
|
|
|
test:
|
|
cd $(WORKDIR) && jenkins-jobs test -o $(OUTPUT) jobs
|
|
|
|
deploy:
|
|
cd $(WORKDIR) && jenkins-jobs update --delete-old jobs
|