summaryrefslogtreecommitdiffstats
path: root/job-cfg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/Makefile')
-rw-r--r--job-cfg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/Makefile b/job-cfg/Makefile
index bf324c95..a21db825 100644
--- a/job-cfg/Makefile
+++ b/job-cfg/Makefile
@@ -14,7 +14,7 @@ all: $(OUTPUTS)
./$< > $@
%.xml: %.yaml
- jenkins-jobs test $< > $@
+ jenkins-job-builder test $< > $@
clean:
rm $(sort $(OUTPUTS))