Merge pull request 'j' (#5) from develop into main
Some checks failed
Personal/recall/pipeline/head There was a failure building this commit
Some checks failed
Personal/recall/pipeline/head There was a failure building this commit
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -44,8 +44,7 @@ pipeline {
|
||||
cat .dockerignore || echo ".dockerignore no encontrado"
|
||||
docker -v
|
||||
docker build \
|
||||
-t ${URL_REGISTRY}/${PROJECT}/${NAME_SERVICE}:${BUILD_NUMBER} \
|
||||
-f .
|
||||
-t ${URL_REGISTRY}/${PROJECT}/${NAME_SERVICE}:${BUILD_NUMBER} .
|
||||
docker tag ${URL_REGISTRY}/${PROJECT}/${NAME_SERVICE}:${BUILD_NUMBER} \
|
||||
${URL_REGISTRY}/${PROJECT}/${NAME_SERVICE}:latest
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user