Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-16 09:33:36 +05:30 committed by GitHub
parent cdd84ac588
commit d26a668890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -27,7 +27,7 @@ pipeline{
agent any
steps {
echo "========executing docker build========"
sh 'docker build -t amar/petclinic:latest .'
sh 'docker build -t amar1doc/petclinic:latest .'
}
}