Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-06 18:01:02 -04:00
parent 2c10b375ec
commit 4b1ee6c8c4

3
Jenkinsfile vendored
View file

@ -4,7 +4,8 @@ pipeline {
stage('build') {
steps {
echo 'build'
sh './mvnw spring-boot:build-image'
sh '''mvn clean install
'''
}
}