jonnyzzz / TeamCity.Node

Node.js, NPM and Phantom.JS runners for TeamCity
Apache License 2.0
309 stars 49 forks source link

Global NVM URL parameter for all projects in teamcity. #181

Open aoberest opened 4 years ago

aoberest commented 4 years ago

Hello, Thanks you for your plugin.

In my case i don't have direct connections to internet. I did the mirror https://nodejs.org/dist/ in my local network. And I have a many of projects where i need to set NVM URL How to set the NVM URL for all projects in teamcity? Do you have a NVM URL global parameters for teamcity?

jonnyzzz commented 4 years ago

Hello, It's hard to say. You may check the code of the plugin and add an additional parameter if there is no such parameter already. Note, the code may run on the server and on an agent. It could be only the documentation that is missing, please open a PR to improve it