-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.138.3
Maven Integration Plugin 3.2
CentOS 7
The Module Builds view in maven-plugin is very useful for auditing module build time in the maven-plugin. Is it possible to integrate this into the pipeline maven plugin?
[JENKINS-56448] Enable Module Builds view for withMaven Pipeline builds
Component/s | New: pipeline-maven-plugin [ 21669 ] | |
Component/s | Original: maven-plugin [ 16033 ] |
Description |
Original:
{code:java} pipeline { ... truncated ... stages { stage { steps { withMaven() { sh "mvn clean install ..." } } } } } {code} The Module Builds view when doing a Freestyle Jenkins job using maven build step is missing when build step is wrapped within withMaven block for Pipeline. The Module Builds view has what module has been built and the time spent on building it which is quite useful. How can I enable this feature with Pipeline? |
New:
{code:java} pipeline { ... truncated ... stages { stage { steps { withMaven() { sh "mvn clean install ..." } } } } } {code} The Module Builds in maven-plugin view when doing a Freestyle Jenkins job using maven build step is missing when build step is wrapped within withMaven block for Pipeline. The Module Builds view has what module has been built and the time spent on building it which is quite useful. How can I enable this feature with Pipeline? |
Description |
Original:
{code:java} pipeline { ... truncated ... stages { stage { steps { withMaven() { sh "mvn clean install ..." } } } } } {code} The Module Builds in maven-plugin view when doing a Freestyle Jenkins job using maven build step is missing when build step is wrapped within withMaven block for Pipeline. The Module Builds view has what module has been built and the time spent on building it which is quite useful. How can I enable this feature with Pipeline? |
New:
{code:java} pipeline { ... truncated ... stages { stage { steps { withMaven() { sh "mvn clean install ..." } } } } } {code} The Module Builds view in maven-plugin is very useful for auditing module build time in the maven-plugin. Is it possible to integrate this into the pipeline maven plugin? |
Issue Type | Original: Improvement [ 4 ] | New: New Feature [ 2 ] |
Description |
Original:
{code:java} pipeline { ... truncated ... stages { stage { steps { withMaven() { sh "mvn clean install ..." } } } } } {code} The Module Builds view in maven-plugin is very useful for auditing module build time in the maven-plugin. Is it possible to integrate this into the pipeline maven plugin? |
New: The Module Builds view in maven-plugin is very useful for auditing module build time in the maven-plugin. Is it possible to integrate this into the pipeline maven plugin? |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Assignee | New: Cyrille Le Clerc [ cleclerc ] |
Assignee | Original: Cyrille Le Clerc [ cleclerc ] |
WIP https://github.com/jenkinsci/pipeline-maven-plugin/pull/222