You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2022/12/23 13:48:07 UTC

[myfaces] branch main updated: build(ci): disable jdk 14 on jenkins

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

bommel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new bbf92ee76 build(ci): disable jdk 14 on jenkins
bbf92ee76 is described below

commit bbf92ee76691557e26f05970d9566bce7a5202bf
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Dec 23 14:47:04 2022 +0100

    build(ci): disable jdk 14 on jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 02770a513..92b303956 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'jdk_11_latest', 'jdk_14_latest'
+                        values 'jdk_11_latest'
                     }
                 }