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/10/27 10:53:38 UTC

[maven-jenkins-lib] branch master updated: echo NODE_NAME

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-jenkins-lib.git


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

commit 57fbd117325ce13ef69bd591f457300c75dfc13b
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 27 11:53:18 2019 +0100

    echo NODE_NAME
---
 vars/asfMavenTlpPlgnBuild.groovy | 1 +
 vars/asfMavenTlpStdBuild.groovy  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index e2e268f..5bc4307 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -162,6 +162,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
       ws( dir : "$wsDir" )
       {
         stage("Checkout ${stageId}") {
+          echo "NODE_NAME = ${env.NODE_NAME}"
           try {
             dir(stageDir) {
               checkout scm
diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 7a3e030..50a1db3 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -76,6 +76,7 @@ def call(Map params = [:]) {
         tasks[stageId] = {
           node("${label}") {
             stage("Checkout ${stageId}") {
+              echo "NODE_NAME = ${env.NODE_NAME}"
               try {
                 dir('m') {
                   checkout scm