ci: Use specific jdk tool
This commit is contained in:
parent
3d12ee9549
commit
e8274f88b9
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -7,6 +7,10 @@ pipeline {
|
|||
)
|
||||
}
|
||||
|
||||
tools {
|
||||
jdk 'jdk21'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage("Build") {
|
||||
agent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue