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

This commit is contained in:
Alex Moreno 2024-07-19 13:56:19 +02:00
parent 6a2292183e
commit f961bad65d
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -96,6 +96,9 @@ pipeline {
steps {
// sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
sh 'echo $IMAGE'
sh 'echo $TAG'
sh 'echo $BRANCH_NAME'
sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
// sh 'docker push $IMAGE:$BRANCH_NAME'
}