-
New Feature
-
Resolution: Fixed
-
Major
Really belongs in a different plugin as described in JENKINS-26462 but filing here for the moment.
A way to run Maven from a workflow using configured Maven installations and with support for other features such as settings files and console highlighting.
- depends on
-
JENKINS-26055 DurableTaskStep
-
- Resolved
-
-
JENKINS-26462 Extract Maven builder to a separate plugin
-
- Open
-
- is blocking
-
JENKINS-30121 Workflow build step for Artifactory Plugin
-
- Resolved
-
- is related to
-
JENKINS-28718 withTool
-
- Open
-
- links to
[JENKINS-26057] Workflow build step for Maven
Link |
New:
This issue depends on |
Link | New: This issue depends on JENKINS-26462 [ JENKINS-26462 ] |
Description |
Original:
Really belongs in a different plugin as described in https://trello.com/c/ImfSSGkj/4-classic-maven-builder-into-maven-builder-plugin but filing here for the moment. A way to run Maven from a workflow using configured Maven installations and with support for other features such as settings files and console highlighting. |
New:
Really belongs in a different plugin as described in JENKINS-26462 but filing here for the moment. A way to run Maven from a workflow using configured Maven installations and with support for other features such as settings files and console highlighting. |
Link | New: This issue is related to JENKINS-28718 [ JENKINS-28718 ] |
Link |
New:
This issue is blocking |
Assignee | New: Alvaro Lobato [ alobato ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Started to work on this issue. Already have a block scope step that accepts a Maven Installation and changes the environment variables so when you invoke "sh maven" inside that block uses the defined maven installations.
Next steps allow to define settings.xml by using Config File Provider plugin.