Use Java 25 on Jenkins
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good

This commit is contained in:
2025-10-24 14:43:15 +02:00
parent 34a5231081
commit 97af2628fb

7
Jenkinsfile vendored
View File

@@ -4,10 +4,9 @@ pipeline {
options {
disableConcurrentBuilds()
}
agent any {
tools {
jdk 'JDK 25'
}
agent any
tools {
jdk 'JDK 25'
}
/*