Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-09 01:25:52 -04:00 committed by GitHub
parent 703d259926
commit d1ab9f5895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -3,7 +3,8 @@ pipeline {
stages {
stage('build') {
steps {
sh './mvnw clean package -Dmaven.test.skip=true '
// sh './mvnw clean package -Dmaven.test.skip=true '
sh 'docker build -f . --tag pet .'
}
}