Skip to content

Commit

Permalink
Merge pull request #63 from jglick/eirslett-cache
Browse files Browse the repository at this point in the history
[INFRA-1139] Load node and npm from the Jenkins Artifactory rather than a third-party server
  • Loading branch information
jglick committed May 19, 2017
2 parents ef09423 + 497f554 commit 278ba62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -1043,6 +1043,8 @@
<configuration>
<nodeVersion>v${node.version}</nodeVersion>
<npmVersion>${npm.version}</npmVersion>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
<npmDownloadRoot>https://repo.jenkins-ci.org/npm-dist/</npmDownloadRoot>
</configuration>
</execution>

Expand Down Expand Up @@ -1132,6 +1134,8 @@
<configuration>
<nodeVersion>v${node.version}</nodeVersion>
<yarnVersion>v${yarn.version}</yarnVersion>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
<!-- tried to create a mirror for yarnDownloadRoot but it did not work -->
</configuration>
</execution>

Expand Down

0 comments on commit 278ba62

Please sign in to comment.