Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-16 12:25:16 +05:30 committed by GitHub
parent 13317a6a6f
commit 728e602aed
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 agent any
steps { steps {
echo "========executing docker build========" echo "========executing docker build========"
sh 'docker build -t amar/petclinic:latest .' sh 'docker build -t amar1doc/petclinic:latest .'
} }
} }
} }