tabeyti / jenkins-jack

Jack into your Jenkins to execute Pipeline scripts, provide Pipeline step autocompletions, pull Shared Library step documenation, run console groovy scripts across multiple nodes, and more! Honestly, not that much more.
Other
98 stars 31 forks source link

[BUG] Sets NODE_TLS_REJECT_UNAUTHORIZED #64

Open Jet132 opened 2 years ago

Jet132 commented 2 years ago

Please do not set the NODE_TLS_REJECT_UNAUTHORIZED environment variable. It affects the entire VSCode instance and all debugging processes.

https://github.com/tabeyti/jenkins-jack/blob/e12ac1f971ececb3e41d9c229102cc59e8200c63/src/jenkinsService.ts#L100

Thanks for the Extension btw. Has been working great 👍

Jet132 commented 2 years ago

Here's more people's opinions on it and also the same issue in other extensions if you're interested: https://github.com/shanalikhan/code-settings-sync/issues/776