test
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-07-19 13:50:49 +02:00
parent 566581f8aa
commit fb25f67d37
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -91,9 +91,9 @@ pipeline {
}
stage('Push image') {
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 tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
// sh 'docker push $IMAGE:$BRANCH_NAME'
}
}