test: refs #6695 e2e better build front image
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-06 11:01:40 +01:00
parent 3dc792db7f
commit 38b94a8892
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -129,8 +129,7 @@ pipeline {
stage('Frontend') {
steps {
// sh 'docker build -f Dockerfile.e2e -t front .'
sh 'docker-compose -f docker-compose.e2e.yml build front'
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
sh 'docker-compose -f docker-compose.e2e.yml up -d --build front'
}
}
// stage('Build Cypress') {