Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-08 14:23:20 +09:00 committed by GitHub
parent e98c7b6cad
commit de825016d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
JDK 'jdk17' jdk 'jdk17'
maven 'M3' maven 'M3'
} }