From 2e793164ec9580441240ff7f59139c100addbc36 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 31 Jan 2025 07:52:54 +0100 Subject: [PATCH] build: refs #6695 try run e2e --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a77e7a731..4e8cf8a26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,8 +78,6 @@ pipeline { def packageJson = readJSON file: 'package.json' env.VERSION = "${packageJson.version}-build${env.BUILD_ID}" } - - // sh "docker network rm e2e_default || true" // sh 'docker network create e2e_default || true' sh 'rm -rf salix' @@ -93,6 +91,9 @@ pipeline { sh 'quasar build' sh 'docker-compose -f docker-compose.e2e.yml build front' sh 'docker-compose -f docker-compose.e2e.yml up -d front' + // E2E + sh 'docker-compose -f docker-compose.e2e.yml build e2e' + sh 'docker-compose -f docker-compose.e2e.yml up e2e' } post { always {