From 9d49f136fe047ae625e1f45aa6f8b48933a50474 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 6 Feb 2025 13:06:21 +0100 Subject: [PATCH] test: refs #6695 e2e better build front image --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96aafe62d9..96a12f5145 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }