volta-cli / volta

Volta: JS Toolchains as Code. ⚡
https://volta.sh
Other
10.97k stars 230 forks source link

how to use it in Jenkins or gitlab ci? #1768

Closed vaynevayne closed 2 months ago

vaynevayne commented 3 months ago

Jenkins does not have PNPM or Volta. I need to install Volta first. Do I need to contact the operations personnel to install Volta? Or is there any way for the front-end to solve it?

nicod-pc commented 3 months ago

We created a docker image with already pre-installing the versions we need in different projects. It works well.

chriskrycho commented 2 months ago

You will need to work with whoever on your team is responsible for managing the tools available on your CI setup to install it, much as you would for other dependencies. You will also need to make sure that your CI setup can talk to the internet to fetch the relevant versions or use the Hooks configuration tool to point it to an internal repository.

Going to close this since it’s not an issue Volta needs to fix (though having some docs on CI configuration would be a great win for us at some point) so much as a question that needed answering. Thanks!