Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-08 14:21:27 +09:00 committed by GitHub
parent 5be80e347e
commit 9985834420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -1,8 +1,8 @@
pipeline {
agent any
tools {
jdk "jdk17"
maven "M3"
jdk 'jdk17'
maven 'M3'
}
stages {