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

This commit is contained in:
Alex Moreno 2025-02-06 13:16:24 +01:00
parent 86b6a33af4
commit 0f59354933
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

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