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 10:54:53 +01:00
parent 4546f19432
commit 299fb4f186
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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