From 969570d09981bb3844e923879985411380eeeeb7 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 13 Feb 2025 10:10:11 +0100 Subject: [PATCH] feat: refs #6695 update cypress cache path command in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b04738ebf..89b14e3b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -102,7 +102,7 @@ pipeline { env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}" cleanDockerE2E() sh "pnpm exec cypress install" - sh "echo cypress cache path" + sh "pnpx exec cypress cache path" // sh "docker network create ${env.NETWORK} || true" }