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 13:07:54 +02:00
parent 17bf720220
commit 3cca426eba
1 changed files with 15 additions and 14 deletions

5
Jenkinsfile vendored
View File

@ -89,6 +89,9 @@ pipeline {
sh 'pnpm install --prefer-offline --prefix=front'
}
}
}
}
stage('Push image') {
environment {
CREDENTIALS = credentials('docker-registry')
@ -104,8 +107,6 @@ pipeline {
sh 'docker push $IMAGE:$BRANCH_NAME'
}
}
}
}
stage('Stack') {
parallel {
stage('Back') {