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 9a1e6cb Don't reintroduce existing variables
9a1e6cb is described below
commit 9a1e6cba514981bd3b0719d693fccf54482a2f8f
Author: rfscholte <[email protected]>
AuthorDate: Fri Feb 5 11:52:21 2021 +0100
Don't reintroduce existing variables
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 01e4562..28bff7e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -129,8 +129,8 @@ for (String os in runITsOses) {
}
// Verify that ITs can still be used for older Maven versions
String m3 = '3.6.3'
- String stageId = "${os}-jdk${buildJdk}-${m3}"
- String stageLabel = "Run ITs ${os.capitalize()} Java ${buildJdk} Maven
${m3}"
+ stageId = "${os}-jdk${buildJdk}-${m3}"
+ stageLabel = "Run ITs ${os.capitalize()} Java ${buildJdk} Maven ${m3}"
runITsTasks[stageId] = {
node(jenkinsEnv.nodeSelection(osLabel)) {
stage("${stageLabel}") {