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:19:21 +01:00
parent 0f59354933
commit 2e3271b9a1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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