diff --git a/Jenkinsfile b/Jenkinsfile index 2d6729040..c8422ba3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,6 +103,7 @@ pipeline { env.VERSION = BRANCH_NAME } sh 'docker-compose build back' + sh 'docker images' sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' sh 'docker push registry.verdnatura.es/back:$BRANCH_NAME' }