ci: refs #6695 update Jenkinsfile remove unnecessary environment variables
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
61cccf5a63
commit
3d6cf29afa
|
@ -107,7 +107,7 @@ pipeline {
|
||||||
-e TZ=Europe/Madrid
|
-e TZ=Europe/Madrid
|
||||||
-e DOCKER=true
|
-e DOCKER=true
|
||||||
-e CI=true
|
-e CI=true
|
||||||
-e CYPRESS_CACHE_FOLDER=/home/node/.cache/Cypress
|
-v "$HOME/.cypress-cache":/home/node/.cache/Cypress
|
||||||
""".stripIndent()) {
|
""".stripIndent()) {
|
||||||
sh 'pnpm exec cypress run --browser chromium'
|
sh 'pnpm exec cypress run --browser chromium'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue