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' } }