Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: pipeline-maven-plugin
-
Labels:None
-
Similar Issues:
Description
Currently, when you use the ``withMaven`` step, you need to specify the Maven installation. Furthermore, if you've configured, using the Managed Files and Global Tools Configuration, a maven settings.xml, you need to specify an ugly ID for that.
For example:
withMaven(maven: 'Maven 3.3', mavenSettingsConfig: 'ecbd05c9-e03e-4ccb-9aa1-242f9f1a423c')
It would be good if these could both be defaulted - at least, the mavenSettingsConfig, which doesn't have to be specified with the freestyle Maven Builder.
Attachments
Issue Links
- is blocked by
-
JENKINS-40665 Maven SettingsProvider and GlobalSettingsProvider should support Pipeline jobs
-
- Resolved
-
Work in progress
https://github.com/jenkinsci/pipeline-maven-plugin/pull/31
https://github.com/jenkinsci/jenkins/pull/2818