Use Java 25 on Jenkins
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -4,7 +4,11 @@ pipeline {
|
|||||||
options {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
}
|
}
|
||||||
agent any
|
agent any {
|
||||||
|
tools {
|
||||||
|
jdk 'Java 25'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
agent {
|
agent {
|
||||||
|
|||||||
Reference in New Issue
Block a user