mirror of https://github.com/apache/maven.git
added NODE_NAME to output
This commit is contained in:
parent
f7b4a657db
commit
ecc317b77f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue