1e21683521
This patch adds some detection logic to the code to detect if the settings file starts with: org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig or in the case of global-settings starts with: org.jenkinsci.plugins.configfiles.maven.GlobalMavenSettingsConfig If true, the module will configure for Config File Provider as the settings files. See: https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin Change-Id: Iecadfd6265100720d1d0b08d3cf57a510999f89d Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 lines
246 B
YAML
7 lines
246 B
YAML
project-type: maven
|
|
maven:
|
|
root-pom: pom.xml
|
|
goals: deploy
|
|
settings: org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig0123456789012
|
|
global-settings: org.jenkinsci.plugins.configfiles.maven.GlobalMavenSettingsConfig0123456789012
|