From a8a36b6f6f2088664903dcf09c330feafd742f30 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Feb 2025 08:10:29 +0100 Subject: [PATCH] ci: refs #6695 streamline Cypress E2E test execution in Jenkinsfile and improve error handling --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1f4e736ea..10ca2e357b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -116,7 +116,7 @@ pipeline { -e TZ=Europe/Madrid \\ -e DOCKER=true \\ -e CI=true \\ - -v $(pwd):/app \\ + -v \$(pwd):/app \\ -w /app \\ cypress-setup:latest \\ sh -c "while [ ! -d node_modules/cypress ]; do sleep 1; done && pnpm exec cypress run --browser chromium"