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 17:25:39 UTC

[maven-jenkins-lib] branch master updated: Seems we have to live with 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 165d4b5  Seems we have to live with duplicate changelogs
165d4b5 is described below

commit 165d4b5b50014694b82fd5270194c38821160f73
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Tue Jan 2 17:25:31 2018 +0000

    Seems we have to live with duplicate changelogs
---
 vars/asfMavenTlpStdBuild.groovy | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index a6a8607..4355854 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -67,13 +67,7 @@ def call(Map params = [:]) {
             stage("Checkout ${stageId}") {
               try {
                 dir('m') {
-                  if (disablePublishers) {
-                    // second and subsequent parallel executions should skip changelog
-                    echo "Skipping duplicate changelog during checkout"
-                    checkout(changelog: false, scm: scm)
-                  } else {
-                    checkout scm
-                  }
+                  checkout scm
                 }
               } catch (Throwable e) {
                 if (!failFast) {

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