Advertisement
Guest User

Untitled

a guest
Sep 28th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. - builder:
  3. name: mvn-custom-builder
  4. builders:
  5. - maven-target:
  6. goals: clean verify -P{mvn_profile}
  7. pom: test/pom.xml
  8. properties: '{mvn_props}'
  9.  
  10. - job:
  11. name: testjob
  12. builders:
  13. - mvn-custom-builder:
  14. mvn_profile: testprofile
  15. mvn_props:
  16. - a=b
  17. - c=d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement