File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ pipeline {
214
214
echo " Install Zowe CLI globaly"
215
215
sh " rm -f .npmrc"
216
216
sh(" npm set registry https://registry.npmjs.org" )
217
- sh(" npm set @brightside:registry https://api.bintray.com/npm/ca/brightside/" )
218
- sh(" npm set @zowe:registry https://api.bintray.com/npm/ca/brightside/" )
217
+ // sh("npm set @brightside:registry https://api.bintray.com/npm/ca/brightside/")
218
+ // sh("npm set @zowe:registry https://api.bintray.com/npm/ca/brightside/")
219
219
sh(" npm install -g @zowe/cli@latest" )
220
220
sh(" zowe --version" )
221
221
}
@@ -596,7 +596,7 @@ pipeline {
596
596
sh " rm -f .npmrc"
597
597
sh ' curl -u $USERNAME:$API_KEY https://eu.artifactory.swg-devops.com/artifactory/api/npm/auth/ >> .npmrc'
598
598
sh " echo registry=$TEST_NPM_REGISTRY >> .npmrc"
599
- sh " echo @zowe:registry=https://api.bintray.com/npm/ca/brightside/ >> .npmrc"
599
+ sh " echo @zowe:registry=https://registry.npmjs.org >> .npmrc"
600
600
sh " echo @zowe:always-auth=false >> .npmrc"
601
601
602
602
script {
You can’t perform that action at this time.
0 commit comments