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 2021/07/19 08:29:57 UTC

[myfaces-tobago] branch master updated: turn off some JDKs in Jenkins, because of random fails

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 349daca  turn off some JDKs in Jenkins, because of random fails
349daca is described below

commit 349dacabee716d3c0f3d486d3def489069eba12d
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Mon Jul 19 10:28:55 2021 +0200

    turn off some JDKs in Jenkins, because of random fails
---
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b229994..115447f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,9 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_16_latest'
+//                        values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_16_latest' 
+//                        XXX turned off because of Jenkins random fails
+                        values 'jdk_1.8_latest'
                     }
                 }