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

This commit is contained in:
Alex Moreno 2024-07-19 14:06:10 +02:00
parent 9a37e52bf7
commit e1aa251c55
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -94,6 +94,7 @@ pipeline {
CREDENTIALS = credentials('docker-registry')
}
steps {
sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
sh 'docker push $IMAGE:$BRANCH_NAME'
}