bb6d4755a2
Added a method called maven_metadata_param to deal with maven metadata (https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin) plus addition of relevant tests Change-Id: Id04b33653cc90f69dd1588286352b9d19e852ece
14 lines
421 B
YAML
14 lines
421 B
YAML
parameters:
|
|
- maven-metadata:
|
|
name: 'maven metadata param'
|
|
repository-base-url: 'http://nexus.example.com'
|
|
repository-username: 'username'
|
|
repository-password: 'password'
|
|
artifact-group-id: 'com.example'
|
|
artifact-id: 'example'
|
|
packaging: 'jar'
|
|
versions-filter: '[0-9]+'
|
|
default-value: 'FIRST'
|
|
maximum-versions-to-display: "5"
|
|
sorting-order: "Ascending"
|