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 34ccfc6  debugging
34ccfc6 is described below

commit 34ccfc68d5ff5be6ef2a75cf92d341f57768bd16
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
AuthorDate: Sun Nov 26 22:50:01 2017 +0000

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

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 80c2db6..9ff61bb 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -10,6 +10,7 @@ def call(Map params = [:]) {
       String label = jenkinsEnv.labelForOS(os);
       String jdkName = jenkinsEnv.jdkFromVersion(os, "${jdk}")
       String mvnName = jenkinsEnv.mvnFromVersion(os, "${maven}")
+      echo "OS: ${os} JDK: ${jdk} Maven: ${maven} => Label: ${label} JDK: 
${jdkName} Maven: ${mvnName}"
       if (label == null || jdkName == null || mvnName == null) {
         continue;
       }

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

Reply via email to