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 14:16:52 UTC

[myfaces] branch main updated: build(ci): deploy step should use jdk 11 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 e1ccb7c79 build(ci): deploy step should use jdk 11 on jenkins
e1ccb7c79 is described below

commit e1ccb7c793633f197b103fbd1978a0486095c066
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Dec 23 15:16:14 2022 +0100

    build(ci): deploy step should use jdk 11 on jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 92b303956..dc5e33e67 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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"