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 { pipeline {
agent any agent any
tools { tools {
jdk 'JDK 21.0.3' jdk 'JDK 21.0.7'
} }
stages { stages {
stage("build") { stage("build") {