feat: refs #6695 try
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-09-11 14:04:30 +02:00
parent 24a9943b0c
commit dfdf9aa2ca
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -95,6 +95,8 @@ pipeline {
stage('Push image') {
environment {
CREDENTIALS = credentials('docker-registry')
E2E_VERSION = "e2e-try"
IMAGE = "$REGISTRY/verdnatura/salix-back:$E2E_VERSION"
}
steps {
script {