You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/07/21 09:19:07 UTC

[maven] branch master updated: added NODE_NAME to output

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new ecc317b  added NODE_NAME to output
ecc317b is described below

commit ecc317b77f73fde40f1d6d34b9559e9174bdbd6a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jul 21 10:20:23 2019 +0200

    added NODE_NAME to output
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index cb99fdc..b9e510d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,6 +83,7 @@ for (String os in runITsOses) {
         runITsTasks[stageId] = {
             node(jenkinsEnv.nodeSelection(osLabel)) {
                 stage("${stageLabel}") {
+                    echo "NODE_NAME = ${env.NODE_NAME}"
                     // on Windows, need a short path or we hit 256 character limit for paths
                     // using EXECUTOR_NUMBER guarantees that concurrent builds on same agent
                     // will not trample each other plus workaround for JENKINS-52657