Use Java 25 on Jenkins
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -4,10 +4,9 @@ pipeline {
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
agent any {
|
||||
tools {
|
||||
jdk 'JDK 25'
|
||||
}
|
||||
agent any
|
||||
tools {
|
||||
jdk 'JDK 25'
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user