File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 78
78
<npm .version>2.13.1</npm .version>
79
79
<yarn .version>0.23.0</yarn .version>
80
80
<frontend-version >1.12.0</frontend-version >
81
+ <nodeDownloadRoot >https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot >
82
+ <npmDownloadRoot >https://repo.jenkins-ci.org/npm-dist/</npmDownloadRoot >
81
83
<skip .node.tests /> <!-- changed by -DskipTests, if specified - see profile -->
82
84
<skip .node.lint /> <!-- changed by -DskipLint, if specified - see profile -->
83
85
<npm .loglevel /> <!-- may use e.g. -\-silent (without backslash) -->
1115
1117
<configuration >
1116
1118
<nodeVersion >v${node.version} </nodeVersion >
1117
1119
<npmVersion >${npm.version} </npmVersion >
1118
- <nodeDownloadRoot >https://repo.jenkins-ci.org/nodejs-dist/ </nodeDownloadRoot >
1119
- <npmDownloadRoot >https://repo.jenkins-ci.org/npm-dist/ </npmDownloadRoot >
1120
+ <nodeDownloadRoot >${nodeDownloadRoot} </nodeDownloadRoot >
1121
+ <npmDownloadRoot >${npmDownloadRoot} </npmDownloadRoot >
1120
1122
</configuration >
1121
1123
</execution >
1122
1124
1187
1189
<configuration >
1188
1190
<nodeVersion >v${node.version} </nodeVersion >
1189
1191
<yarnVersion >v${yarn.version} </yarnVersion >
1190
- <nodeDownloadRoot >https://repo.jenkins-ci.org/nodejs-dist/ </nodeDownloadRoot >
1192
+ <nodeDownloadRoot >${nodeDownloadRoot} </nodeDownloadRoot >
1191
1193
<!-- tried to create a mirror for yarnDownloadRoot but it did not work -->
1192
1194
</configuration >
1193
1195
</execution >
You can’t perform that action at this time.
0 commit comments