diff --git a/deploy/Makefile b/deploy/Makefile index 936f31565..aa77872e8 100644 --- a/deploy/Makefile +++ b/deploy/Makefile @@ -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