Using cypress behind proxy in Jenkins pipeline
问题 I have seen this on github but I was still not able to get cypress to configure/download correctly. In my jenkins pipeline I run npm install but this runs into a timeout because of the proxy. It downloads all other dependencies expect cypress . What I did was download cypress and put the zip file in the project. I then run sh "setCYPRESS_INSTALL_BINARY=cypress.zip npm i cypress" but this still fails. Part that fails in Jenkins pipeline: sh "npm config set proxy http://<proxy>" sh "npm config