feat: refs #6695 update cypress cache path command in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
5375e98c91
commit
969570d099
|
@ -102,7 +102,7 @@ pipeline {
|
||||||
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
|
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
|
||||||
cleanDockerE2E()
|
cleanDockerE2E()
|
||||||
sh "pnpm exec cypress install"
|
sh "pnpm exec cypress install"
|
||||||
sh "echo cypress cache path"
|
sh "pnpx exec cypress cache path"
|
||||||
// sh "docker network create ${env.NETWORK} || true"
|
// sh "docker network create ${env.NETWORK} || true"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue