Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-07 18:21:39 -04:00
parent 7511af68cb
commit f3e48df08d

3
Jenkinsfile vendored
View file

@ -3,8 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
sh '''mvn clean install spring-boot:repackage
'''
sh './mvnw clean package -Dmaven.test.skip=true '
}
}