This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 583f29c Jenkins: use matrix
583f29c is described below
commit 583f29cf4c0e69b11df770e7449c0a254595adb6
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Mon Aug 3 14:02:07 2020 +0200
Jenkins: use matrix
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 32790ac..851b75f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
axes {
axis {
name 'JDK'
- values 'JDK 8', 'JDK 11'
+ values 'JDK 8 (latest)', 'JDK 11 (latest)'
}
}
stages {
@@ -42,7 +42,7 @@ pipeline {
label 'ubuntu'
}
tools {
- jdk '${JDK} (latest)'
+ jdk '${JDK}'
maven 'Maven (latest)'
}
environment {