update jenkinsfile

This commit is contained in:
2025-10-14 11:27:57 +07:00
parent 464cbf2664
commit 7c2f0e6e35

4
Jenkinsfile vendored
View File

@@ -1,5 +1,9 @@
pipeline { pipeline {
agent any agent any
tools {
maven 'Maven 3.9.7'
jdk 'jdk21'
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {