0
0
Fork 0

test: refs #6695 jenkins try

This commit is contained in:
Alex Moreno 2025-02-06 13:20:26 +01:00
parent 2e3271b9a1
commit d673d30248
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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