jenkins-job-builder/tests/general/fixtures/project-maven002.yaml
Guido Günther 04052d8769 project_maven: allow to set private repository
The values map to these GUI choices

 * default            -> Default
 * local-to-executor  -> Local to the executor
 * local-to-workspace -> Local to the workspace

This is on the project level what the similar option is on the builder
level.

Change-Id: I90ee3385ee12a46b5ab1eb26e3af1bdbfc36946a
2014-01-27 23:32:50 +01:00

6 lines
104 B
YAML

project-type: maven
maven:
root-pom: pom.xml
goals: deploy
private-repository: local-to-workspace