You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/12/25 23:06:32 UTC

[cxf] branch 3.4.x-fixes updated: Added JDK15 to build matrix (Jenkinsfile)

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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 8509ea4  Added JDK15 to build matrix (Jenkinsfile)
8509ea4 is described below

commit 8509ea4ffb5ee31e8922795c8e1b01f675548f82
Author: reta <dr...@gmail.com>
AuthorDate: Fri Dec 25 18:04:22 2020 -0500

    Added JDK15 to build matrix (Jenkinsfile)
    
    (cherry picked from commit 400e003302aab3b83b630a006dbe66324c7ce0d8)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 781ebe5..f52d35a 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', 'jdk_15_latest'
           }
         }
         stages {