Brantone
Brantone
This looks like a merge got mixed up with original pull-request. Possible to split out into just the relative folder name?
Curious : what are the main advantages of this over https://wiki.jenkins-ci.org/display/JENKINS/View+Job+Filters ??
From tracing the code, it doesn't look like version is really taken into account much at all, is it?
Possible options : * incorporate this PR: https://github.com/sous-chefs/nodejs/pull/246 * downgrade to NPM version (reports saying 7.x is fine, but lower 8.x < 8.11 might be ok as well) * force...
Just hit this as well ... This is because it's looking at `plugin_universe` to get the version, per https://github.com/chef-cookbooks/jenkins/blob/master/libraries/plugin.rb#L247 So it's looking at update center for a custom plugin that...
Another option is to pass `environment` along so the `npm list` can better/properly mimic what `npm install` will eventually do.
Bunch of errors spitting out of Dokken that at first brush not sure how they're related.
Note : Some older versions of NPM don't yet support `--location` ... it's not yet known when that was introduced. Mitigation would be to do a check using `npm -v`...
+1 I would imagine a simple check for if checksum matches, to skip download ... otherwise headache when files being downloaded > 500mb
An example of a potential solution: https://github.com/brianwallace/xcode/blob/2e9a2739175c0fcbae400eb0cd3913ec1c79f048/files/parse_pbzx2.py