Ci fixes (#99)

* Update Jenkinsfile

* Update Jenkinsfile

* Update Jenkinsfile
This commit is contained in:
Telesphoreo 2024-09-10 18:42:48 -05:00 committed by GitHub
parent 8aae81cbb6
commit b6645ded47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
Jenkinsfile vendored
View File

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