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:19:21 UTC

[maven-jenkins-lib] branch master updated: debug

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 4b4d8a0  debug
4b4d8a0 is described below

commit 4b4d8a0c0635a186918824006e097f208ecd047a
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Tue Jan 2 17:19:15 2018 +0000

    debug
---
 vars/asfMavenTlpStdBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index c908294..a6a8607 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -69,6 +69,7 @@ def call(Map params = [:]) {
                 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

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