This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a55e5ff2be3 Remove IBM Semeru from Jenkinsfile
a55e5ff2be3 is described below
commit a55e5ff2be329646dc9c5429ca157372936d5b43
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 3 08:33:06 2025 +0200
Remove IBM Semeru from Jenkinsfile
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2e98f17ea35..d3acf6a4f41 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
axes {
axis {
name 'JDK_NAME'
- values 'jdk_17_latest', 'jdk_21_latest',
'ibm-semeru-21.0.2_13'
+ values 'jdk_17_latest', 'jdk_21_latest'
}
axis {
name 'PLATFORM'
@@ -73,7 +73,7 @@ pipeline {
exclude {
axis {
name 'JDK_NAME'
- values 'jdk_21_latest', 'ibm-semeru-21.0.2_13'
+ values 'jdk_21_latest'
}
axis {
name 'PLATFORM'
@@ -83,7 +83,7 @@ pipeline {
exclude {
axis {
name 'JDK_NAME'
- values 'jdk_21_latest', 'ibm-semeru-21.0.2_13'
+ values 'jdk_21_latest'
}
axis {
name 'PLATFORM'