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 {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
}
|
}
|
||||||
agent any {
|
agent any
|
||||||
tools {
|
tools {
|
||||||
jdk 'JDK 25'
|
jdk 'JDK 25'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user