This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch revert-MNG-6772
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/revert-MNG-6772 by this push:
new eafa95a adjust label
eafa95a is described below
commit eafa95a07a35dfe70062aa1057cfd96b58e981ce
Author: rfscholte <[email protected]>
AuthorDate: Fri Feb 5 12:56:14 2021 +0100
adjust label
---
Jenkinsfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 28bff7e..b3148de 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -130,10 +130,9 @@ for (String os in runITsOses) {
// Verify that ITs can still be used for older Maven versions
String m3 = '3.6.3'
stageId = "${os}-jdk${buildJdk}-${m3}"
- stageLabel = "Run ITs ${os.capitalize()} Java ${buildJdk} Maven ${m3}"
runITsTasks[stageId] = {
node(jenkinsEnv.nodeSelection(osLabel)) {
- stage("${stageLabel}") {
+ stage("Run ITs ${os.capitalize()} Java ${buildJdk} Maven
${m3}") {
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