[JIRA] (JENKINS-56448) Enable Module Builds view for withMaven Pipeline builds

4 views
Skip to first unread message

contact@ordd.org (JIRA)

unread,
Mar 6, 2019, 4:58:02 PM3/6/19
to jenkinsc...@googlegroups.com
Steven Astac created an issue
 
Jenkins / Improvement JENKINS-56448
Enable Module Builds view for withMaven Pipeline builds
Issue Type: Improvement Improvement
Assignee: Unassigned
Components: maven-plugin
Created: 2019-03-06 21:57
Environment: Jenkins 2.138.3
Maven Integration Plugin 3.2
CentOS 7
Priority: Minor Minor
Reporter: Steven Astac
pipeline {

  ... truncated ...

  stages {
    stage {
      steps {
        withMaven() {
          sh "mvn clean install ..."
        }
      }
    }
  }
}

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?

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

contact@ordd.org (JIRA)

unread,
Mar 7, 2019, 10:36:01 AM3/7/19
to jenkinsc...@googlegroups.com
Steven Astac updated an issue
Change By: Steven Astac
{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?

contact@ordd.org (JIRA)

unread,
Mar 7, 2019, 10:36:02 AM3/7/19
to jenkinsc...@googlegroups.com
Steven Astac updated an issue
Change By: Steven Astac
Component/s: pipeline-maven-plugin
Component/s: maven-plugin

contact@ordd.org (JIRA)

unread,
Mar 7, 2019, 10:37:01 AM3/7/19
to jenkinsc...@googlegroups.com
Steven Astac updated an issue
{code:java}
pipeline {

  ... truncated ...

  stages {
    stage {
      steps {
        withMaven() {
          sh "mvn clean install ..."
        }
      }
    }
  }
}
{code}
The Module Builds view in maven-plugin view when doing a Freestyle Jenkins job using maven build step is missing when build step is wrapped within withMaven block very useful for Pipeline.

The Module Builds view has what
auditing module has been built and the build time spent on building it which is quite useful in the maven-plugin . How can I enable Is it possible to integrate this feature with Pipeline into the pipeline maven plugin ?

contact@ordd.org (JIRA)

unread,
Mar 7, 2019, 10:37:02 AM3/7/19
to jenkinsc...@googlegroups.com
Steven Astac updated an issue
Change By: Steven Astac
Issue Type: Improvement New Feature

contact@ordd.org (JIRA)

unread,
Mar 7, 2019, 10:37:02 AM3/7/19
to jenkinsc...@googlegroups.com
Steven Astac updated an issue
{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?

contact@ordd.org (JIRA)

unread,
Mar 7, 2019, 1:35:02 PM3/7/19
to jenkinsc...@googlegroups.com

cleclerc@cloudbees.com (JIRA)

unread,
May 29, 2019, 12:57:02 PM5/29/19
to jenkinsc...@googlegroups.com

cleclerc@cloudbees.com (JIRA)

unread,
Jun 24, 2019, 5:18:02 AM6/24/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages