mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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>
This commit is contained in:
parent
9466bc3542
commit
436a21ec1b
@ -5,4 +5,4 @@ test:
|
||||
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables test -o $(OUTPUT) jobs
|
||||
|
||||
deploy:
|
||||
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables update --delete-old jobs
|
||||
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables update --jobs-only --delete-old jobs
|
||||
|
Loading…
Reference in New Issue
Block a user