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 2023/01/19 14:06:14 UTC

[myfaces] branch master(moved-to-main-now) updated: fix: build for jenkins pipeline

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

bommel pushed a commit to branch master(moved-to-main-now)
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master(moved-to-main-now) by this push:
     new a65b98bbe fix: build for jenkins pipeline
a65b98bbe is described below

commit a65b98bbe6c077cd70b3ab2d087666b6533017ee
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Jan 19 15:06:08 2023 +0100

    fix: build for jenkins pipeline
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 02770a513..dc5e33e67 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'
                     }
                 }
 
@@ -71,7 +71,7 @@ pipeline {
         stage('Deploy') {
             tools {
                 maven "maven_latest"
-                jdk "jdk_1.8_latest"
+                jdk "jdk_11_latest"
             }
             steps {
                 sh "mvn clean deploy -Pgenerate-assembly"