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

elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.2.X by this push:
     new ef6bc3466 Fixed teh Jenkins file
ef6bc3466 is described below

commit ef6bc34664d33009fc6126c25dacf51e0199fad0
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Sep 11 14:00:49 2024 +0200

    Fixed teh Jenkins file
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ea2cedd1c..f3c82aad6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -90,7 +90,7 @@ pipeline {
 
     stage('Build JDK 17') {
       tools {
-        jdk "jdk_17"
+        jdk "jdk_17_latest"
       }
       steps {
         echo 'Building JDK 17'
@@ -102,7 +102,7 @@ pipeline {
 
     stage('Build JDK 11') {
       tools {
-        jdk "jdk_11"
+        jdk "jdk_11_latest"
       }
       steps {
         echo 'Building JDK 11'
@@ -114,7 +114,7 @@ pipeline {
 
     stage('Build JDK 8') {
       tools {
-        jdk "jdk_8"
+        jdk "jdk_8_latest"
       }
       steps {
         echo 'Building JDK 8'

Reply via email to