diff --git a/deploy/Makefile b/deploy/Makefile index 648718476..2a1fe7938 100644 --- a/deploy/Makefile +++ b/deploy/Makefile @@ -2,7 +2,7 @@ WORKDIR ?= $(CURDIR)/../ OUTPUT ?= $(WORKDIR)/_output/ test: - cd $(WORKDIR) && jenkins-jobs test -o $(OUTPUT) jobs + cd $(WORKDIR) && jenkins-jobs test --allow-empty-variables -o $(OUTPUT) jobs deploy: - cd $(WORKDIR) && jenkins-jobs update --delete-old jobs + cd $(WORKDIR) && jenkins-jobs update --allow-empty-variables --delete-old jobs