-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress 3.1.1 hangs on Jenkins #2821
Comments
I can confirm the same behaviour, i'm using 3.1.0 and the jenkins is on kube. Running the same image locally works fine.
|
Sorry to bump this, but can anyone point me in a direction to help debug this further? |
So it turns out that I had changed the USER to node that does not seem to work. Leave it as root. I tried lots of different combinations so if you figure out the right permissions let me know, I don't like running it as root. |
You may want to check on this issue concerning root access: #1281 |
Thanks @jennifer-shehane – setting |
This fixed cypress-io/cypress-docker-images#555 for us, for reference. |
@jennifer-shehane @jvavre can you let me know how you set these parameters in ur docker file |
See my reply in cypress-io/cypress-docker-images#555 |
When trying to start Cypress on Jenkins inside a cypress docker container it spins forever when verifying, the debug looks like:
I've been through all the workarounds in #819 but with no luck. I'm not sure how to debug this further, any help would be appreciated.
The text was updated successfully, but these errors were encountered: