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 b1ab732  Jenkins: fix JDK refs
b1ab732 is described below

commit b1ab732fb0d10056c125fce80b5e79aad7b26cc3
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Sun Nov 8 11:07:26 2020 +0100

    Jenkins: fix JDK refs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9aff7c6..781ebe5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
         axes {
           axis {
             name 'JAVA_VERSION'
-            values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
+            values 'jdk_1.8_latest', 'jdk_11_latest'
           }
         }
         stages {

Reply via email to