From af3f7a7f78a1c60edd559d19febae55384fc19e0 Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 19 Feb 2025 08:06:51 +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 9512717e4f..778087cbd9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -118,7 +118,7 @@ pipeline { -e CI=true \\ -v $(pwd):/app \\ -w /app \\ - cypress/included:latest \\ + cypress-setup:latest \\ sh -c "while [ ! -d node_modules/cypress ]; do sleep 1; done && pnpm exec cypress run --browser chromium" """, returnStdout: true).trim() checkErrors(containerId)}