Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-15 14:28:08 +09:00 committed by GitHub
parent 4692d2ea1d
commit b996d43f92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

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