jenkins-job-builder/tests/builders/fixtures/maven-target001.yaml
Max Rydahl Andersen 054b57145f add private-repository, java-opts, settings and global-settings to maven-target
Done to enable private repository for jobs making it more safe to
run concurrent maven builds and for allowing to control javavm and other
maven settings for maven build.

Includes moving doc example for maven-target as a test fixture.

Change-Id: Ic34958e9bf1008fbc71c45da85208ac1fda7aeb4
2013-12-09 22:53:44 +01:00

8 lines
178 B
YAML

builders:
- maven-target:
maven-version: mvn30
goals: clean verify
private-repository: true
properties:
- skipTest=true