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:04:49 +02:00
parent f961bad65d
commit 9a37e52bf7
1 changed files with 1 additions and 6 deletions

7
Jenkinsfile vendored
View File

@ -94,13 +94,8 @@ 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 'echo $IMAGE'
sh 'echo $TAG'
sh 'echo $BRANCH_NAME'
sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
// sh 'docker push $IMAGE:$BRANCH_NAME'
sh 'docker push $IMAGE:$BRANCH_NAME'
}
}
}