Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-07 17:02:20 -04:00
parent 6f4a4b5f70
commit 7511af68cb

3
Jenkinsfile vendored
View file

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