diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/Makefile | 2 |
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)) |