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:04:38 UTC

[cxf] branch master 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 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 400e003  Added JDK15 to build matrix (Jenkinsfile)
400e003 is described below

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

    Added JDK15 to build matrix (Jenkinsfile)
---
 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 {