Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 21:06:16 +03:00 committed by GitHub
parent 9b1b053f4a
commit ab91c3c4af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -26,9 +26,9 @@ pipeline {
stage('CREATE ARTIFACT') {
steps {
echo 'Creating Docker Image...'
sh '''#!/bin/bash -xe
sh """#!/bin/bash -xe
docker build . -t ${env.IMAGE_NAME} -f ${env.DOCKERFILE_NAME}
'''
"""
}
}
stage('Push artifact to docker registry') {