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

3
Jenkinsfile vendored
View File

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