test
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
4d4944238e
commit
7ff2efe6f7
|
@ -95,7 +95,7 @@ pipeline {
|
|||
IMAGE = "$REGISTRY/verdnatura/salix-back"
|
||||
}
|
||||
steps {
|
||||
sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
|
||||
// sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
|
||||
sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'
|
||||
sh 'docker push $IMAGE:$BRANCH_NAME'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue