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 6823a4dcf Fixed the Jenkins file for java 8
6823a4dcf is described below

commit 6823a4dcf7512760ee344dc1e74d734549a21d17
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Wed Sep 11 14:06:05 2024 +0200

    Fixed the Jenkins file for java 8
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f3c82aad6..038ac0674 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
   }
   parameters {
       choice(name: 'nodeLabel', choices: ['ubuntu', 'arm', 'Windows']) 
-      choice(name: 'jdkVersion', choices: ['jdk_8_latest', 'jdk_11_latest', 
'jdk_17_latest', 'jdk_21_latest', 'jdk_22_latest', 'jdk_8_latest_windows', 
'jdk_11_latest_windows', 'jdk_17_latest_windows', 'jdk_21_latest_windows', 
'jdk_22_latest_windows']) 
+      choice(name: 'jdkVersion', choices: ['jdk_1.8_latest', 'jdk_11_latest', 
'jdk_17_latest', 'jdk_21_latest', 'jdk_22_latest', 'jdk_1.8_latest_windows', 
'jdk_11_latest_windows', 'jdk_17_latest_windows', 'jdk_21_latest_windows', 
'jdk_22_latest_windows']) 
       booleanParam(name: 'deployEnabled', defaultValue: false)
       booleanParam(name: 'sonarEnabled', defaultValue: false)
       booleanParam(name: 'testsEnabled', defaultValue: true)
@@ -114,7 +114,7 @@ pipeline {
 
     stage('Build JDK 8') {
       tools {
-        jdk "jdk_8_latest"
+        jdk "jdk_1.8_latest"
       }
       steps {
         echo 'Building JDK 8'

Reply via email to