You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2018/01/02 13:44:08 UTC

[maven-jenkins-lib] branch master updated: suppress duplicate changelogs

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 6098f09  suppress duplicate changelogs
6098f09 is described below

commit 6098f093085bb7078e4eb92eeee52efe364769f8
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Tue Jan 2 13:44:01 2018 +0000

    suppress duplicate changelogs
---
 vars/asfMavenTlpStdBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 4355854..af13964 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -67,7 +67,7 @@ def call(Map params = [:]) {
             stage("Checkout ${stageId}") {
               try {
                 dir('m') {
-                  checkout scm
+                  checkout(changelog: !disablePublishers, scm: scm)
                 }
               } catch (Throwable e) {
                 if (!failFast) {

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].