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 08:20:33 UTC

[maven] branch EOL updated: added NODE_NAME to output

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

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


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

commit 6c7f499749809c39f7e2feafc8836b72220e873d
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 4a2d8d8..6b45be3 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