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:07:17 +01:00
parent dd4e12c174
commit 78781d0302
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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