mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
436a21ec1b
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>
9 lines
241 B
Makefile
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
|