jenkins-job-builder/tests/builders/fixtures/maven-builder001.yaml
Dawid Malinowski 09d541564e Adding Maven3 Builder Targets
Adding ability to use maven3 builder targets within your build.
This is a change to the builders.py file to add the new
functionality (similar to top-level maven targets).

Change-Id: I63367bc6c51f4dafce1287eca2438f04472e1c5b
2015-06-03 22:03:16 +02:00

6 lines
116 B
YAML

builders:
- maven-builder:
name: mvn3
pom: modules/pom.xml
goals: clean install