Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 18:22:32 +03:00 committed by GitHub
parent 67084277f8
commit 0c999cd7e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ pipeline {
}
stage('CREATE ARTIFACT') {
steps {
echo 'Creating Docker Image...''
echo 'Creating Docker Image...'
sh '''
docker build -t rodley/pet-clinic:${BUILD_NUMBER} -f Dockerdile
'''