mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 16:20:28 +00:00
6baa675fa0
The `RUN_DISPLAY_URL` is automatically set by Jenkins, but it seems the latest Jenkins Jobs Builder update does not detect it automatically. Run the JJB commands with `--allow-empty-variables`. Signed-off-by: Niels de Vos <ndevos@ibm.com>
9 lines
229 B
Makefile
9 lines
229 B
Makefile
WORKDIR ?= $(CURDIR)/../
|
|
OUTPUT ?= $(WORKDIR)/_output/
|
|
|
|
test:
|
|
cd $(WORKDIR) && jenkins-jobs test --allow-empty-variables -o $(OUTPUT) jobs
|
|
|
|
deploy:
|
|
cd $(WORKDIR) && jenkins-jobs update --allow-empty-variables --delete-old jobs
|