Skip to content

Commit

Permalink
Added args '--ipc=host' to help with Cypress crashes (cypress-io/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrylovsb committed Mar 19, 2021
1 parent 63e6949 commit b3045ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pipeline {
// this image provides everything needed to run Cypress
docker {
image 'cypress/base:14.15.4'
args '--ipc=host'
}
}
environment {
Expand Down

0 comments on commit b3045ed

Please sign in to comment.