added jenkins file

This commit is contained in:
unknown 2025-05-23 16:20:51 +05:30
parent 16d2f3ce2a
commit 27bf6d8c19

12
src/Jenkinsfile vendored
View file

@ -1,12 +0,0 @@
pipeline {
agent any
stages {
stage("Build"){
steps {
sh "./mvnw install"
}
}
}
}