Hello, I have a NodeJS application and I download some modules directly from our enteripise github using the git+ssh protocol. For eg: "simplemodule": "git+ssh://[email protected]/org/simplemodule.git"
I have added the private key in Jenkins and the app builds without any issues. However, when a build is triggered in Blueocean using Jenkinsfile, it fails during npm install with 'Permission denied' error. I have supplied the private key to Blueocean as well during setup but it doesn't seem to be passing it during the install. Is anyone aware of this issue? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6a7dc886-33fe-41b1-820a-8f316e0aca7a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
