ceph-csi/deploy/Makefile
Niels de Vos 436a21ec1b ci: only update jobs, do not check views
Updating jobs works, but there is also an error returned:

    Jenkins returned an unexpected view name All (expected: all)

There is no need to update the Views, as there are none configured. Only
the default "All" view is available, and that seems to cause the
failure.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-08-07 10:05:07 +00:00

9 lines
241 B
Makefile

WORKDIR ?= $(CURDIR)/../
OUTPUT ?= $(WORKDIR)/_output/
test:
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables test -o $(OUTPUT) jobs
deploy:
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables update --jobs-only --delete-old jobs