Questions tagged [persist]

No instructions have been provided for utilizing this tag at the present time.

Is it possible in Jenkins to save npm packages in order to avoid having to reinstall them for every build process?

Utilizing Jenkins (CloudBees) for my project's building process involves running scripts to download node packages using npm during each build. However, a recent issue with the npm registry server caused disruptions in the project's build cycle. ...