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 2960338  Jenkins: use matrix
2960338 is described below

commit 29603389cb1cfc045b1be61fe2c5e01df59549fe
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Mon Aug 3 14:03:30 2020 +0200

    Jenkins: use matrix
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 851b75f..f22e56b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@ pipeline {
               label 'ubuntu'
             }
             tools {
-              jdk '${JDK}'
+              jdk ${JDK}
               maven 'Maven (latest)'
             }
             environment {

Reply via email to