Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-09 01:43:26 -04:00 committed by GitHub
parent cd02300c69
commit c52c77eef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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