You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/18 09:48:35 UTC

[myfaces-tobago] branch tobago-4.x updated: build: use only one jdk

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 44e3f7a  build: use only one jdk
44e3f7a is described below

commit 44e3f7a0899517b22077bb4e415059755c34eaec
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Feb 18 10:47:54 2022 +0100

    build: use only one jdk
---
 Jenkinsfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d75b9e5..6c00042 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,9 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_15_latest'
+//                        values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_17_latest'
+//                        XXX turned off because of Jenkins randomly fails
+                        values 'jdk_1.8_latest'
                     }
                 }
 
@@ -148,4 +150,4 @@ Director of Continuous Integration
       }
     }
   }
-}
\ No newline at end of file
+}