This is an automated email from the ASF dual-hosted git repository.

stephenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 70c4bb5  syntax take 5
70c4bb5 is described below

commit 70c4bb57c544bf29d588b40ae690a4f062269fe2
Author: Stephen Connolly <[email protected]>
AuthorDate: Thu Nov 30 12:19:26 2017 +0000

    syntax take 5
---
 vars/asfMavenTlpStdBuild.groovy | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index e2151a0..27b5bd0 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -58,11 +58,12 @@ def call(Map params = [:]) {
             stage("Build ${stageId}") {
               withMaven(jdk:jdkName, maven:mvnName, 
mavenLocalRepo:'.repository', options: [
                 artifactsPublisher(disabled: !first),
-                junitPublisher,
+                junitPublisher(ignoreAttachments: false),
                 findbugsPublisher(disabled: !first),
                 openTasksPublisher(disabled: !first),
-                dependenciesFingerprintPublisher,
-                invokerPublisher
+                dependenciesFingerprintPublisher(),
+                invokerPublisher(),
+                pipelineGraphPublisher()
               ]) {
                 dir ('m') {
                   if (isUnix()) {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to