Use Java 25 on Jenkins
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
Vendored
+1 -2
View File
@@ -4,11 +4,10 @@ pipeline {
options {
disableConcurrentBuilds()
}
agent any {
agent any
tools {
jdk 'JDK 25'
}
}
/*
agent {