summaryrefslogtreecommitdiffstats
path: root/job-cfg/Makefile
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2015-12-11 19:20:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 23:59:29 +0100
commitf867e496ead02627594a219a6db8845c150bb9fc (patch)
tree0585ae7bee43795b29f55554095bcbd71fc25388 /job-cfg/Makefile
parentda630bacf09ebfd4ebe5ebb6043963939b5caccb (diff)
downloadjenkins.debian.net-f867e496ead02627594a219a6db8845c150bb9fc.tar.xz
use jenkins-job-builder as binary name (>= 1.3.0)
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))