Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-16 12:19:19 +05:30 committed by GitHub
parent 6586b04dfc
commit cf76703642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -23,13 +23,6 @@ pipeline{
sh "mvn clean package" sh "mvn clean package"
} }
} }
stage('Docker Build') {
agent any
steps {
echo "========executing docker build========"
sh 'docker build -t amar/petclinic:latest .'
}
}
} }
post{ post{