Update Jenkinsfile

This commit is contained in:
2025-07-07 17:24:59 -04:00
parent 9bf5c35b96
commit be6fa5a41a

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
jdk 'JDK 21.0.3'
jdk 'JDK 21.0.7'
}
stages {
stage("build") {