@@ -53,7 +53,7 @@ pipeline {
steps {
echo "Create image ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER}"
sh '''docker build --no-cache -t ${DOCKER_REGISTRY}/${DOCKER_IMAGE}:${BUILD_NUMBER} .
- if [ $? != 0 ]; then exit 1
+ if [ $? != 0 ]; then exit 1; fi
'''
}