ci: Use specific jdk tool

This commit is contained in:
zontreck 2025-03-29 02:33:18 -07:00
parent 3d12ee9549
commit e8274f88b9

4
Jenkinsfile vendored
View file

@ -7,6 +7,10 @@ pipeline {
)
}
tools {
jdk 'jdk21'
}
stages {
stage("Build") {
agent {