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 dd1ccb0 Jenkins: use matrix
dd1ccb0 is described below
commit dd1ccb028406995ea5143c53e886a5408cd50b92
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Mon Aug 3 14:05:18 2020 +0200
Jenkins: use matrix
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f22e56b..99194bc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@ pipeline {
label 'ubuntu'
}
tools {
- jdk ${JDK}
+ jdk "${JDK}"
maven 'Maven (latest)'
}
environment {