Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-07 10:59:05 -04:00
parent 162921cc90
commit 39bf32a1bb

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
sh 'mvn clean package'
sh 'mvn package'
}
}