0
0
Fork 0

test: refs #6695 e2e better build front image

This commit is contained in:
Alex Moreno 2025-02-06 13:06:21 +01:00
parent f8d9ffeb13
commit 9d49f136fe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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