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 9c49c7ca376 Added filter to Jenkinsfile
9c49c7ca376 is described below
commit 9c49c7ca3768777af65fac5c43564ea9132a68d0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Oct 3 08:27:31 2025 +0200
Added filter to Jenkinsfile
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2aa229285b7..b9004a396a0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
parameters {
booleanParam(name: 'VIRTUAL_THREAD', defaultValue: false, description:
'Perform the build using virtual threads')
choice(name: 'PLATFORM_FILTER', choices: ['all', 'ppc64le', 's390x',
'ubuntu-avx'], description: 'Run on specific platform')
- choice(name: 'JDK_FILTER', choices: ['all', 'jdk_17_latest',
'jdk_21_latest'], description: 'Run on specific jdk')
+ choice(name: 'JDK_FILTER', choices: ['all', 'jdk_17_latest',
'jdk_21_latest', 'jdk_25_latest'], description: 'Run on specific jdk')
}
agent none
stages {