added NODE_NAME to output

This commit is contained in:
Hervé Boutemy 2019-07-21 10:20:23 +02:00
parent f7b4a657db
commit ecc317b77f
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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