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:
Niels de Vos 2024-08-07 11:40:35 +02:00 committed by mergify[bot]
parent 9466bc3542
commit 436a21ec1b

View File

@ -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