Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56448

Enable Module Builds view for withMaven Pipeline builds

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • pipeline-maven-plugin
    • 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

          Steven Astac created issue -
          Steven Astac made changes -
          Component/s New: pipeline-maven-plugin [ 21669 ]
          Component/s Original: maven-plugin [ 16033 ]
          Steven Astac made changes -
          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?
          Steven Astac made changes -
          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?
          Steven Astac made changes -
          Issue Type Original: Improvement [ 4 ] New: New Feature [ 2 ]
          Steven Astac made changes -
          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?
          Steven Astac made changes -
          Priority Original: Minor [ 4 ] New: Major [ 3 ]
          Cyrille Le Clerc made changes -
          Assignee New: Cyrille Le Clerc [ cleclerc ]
          Arnaud Héritier made changes -
          Assignee Original: Cyrille Le Clerc [ cleclerc ]

            Unassigned Unassigned
            sastac Steven Astac
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: