On Monday, September 7, 2015 at 1:02:13 PM UTC+1, James Nord wrote: > > Can we make sure that the jenkins artifactory will be used to download > these js packages and store them forever (otherwise I am -0.5). > without that we could be up the proverbial creek when someones hosting > decides to depart / change url etc. etc... (seen it way to often with > maven). >
There are private NPM registries that can be configured and installed, including via artifactory (it would seem) <http://www.jfrog.com/confluence/display/RTF/Npm+Repositories>. > so long as I can mvn install without installing extra tools and > remembering to set all the specific environment variables then I have no > other objections - but to be fair I'm not exactly sure of all the ins and > outs of the JS packaging here anyway > As things stand, "mvn install" would handle everything without any additional setup by the developer. The only time you might want to perform local setup is if you are going to work on this stuff (modular JS etc). -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/a2df70c5-4ecb-474d-a73d-fc6dd5af200e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
