You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/11/13 07:43:24 UTC

[cxf] 09/10: Jenkins: fix JDK refs

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    Jenkins: fix JDK refs
    
    (cherry picked from commit b1ab732fb0d10056c125fce80b5e79aad7b26cc3)
---
 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 {