0
0
Fork 0

feat: refs #6695 update cypress cache path command in Jenkinsfile

This commit is contained in:
Alex Moreno 2025-02-13 10:10:11 +01:00
parent 5375e98c91
commit 969570d099
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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"
}