We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e09d09 commit 2f83778Copy full SHA for 2f83778
Jenkinsfile
@@ -232,8 +232,7 @@ pipeline {
232
echo "Install Zowe CLI globaly"
233
sh "rm -f .npmrc"
234
sh "npm set registry https://registry.npmjs.org"
235
- sh "echo @brightside:registry=https://api.bintray.com/npm/ca/brightside/ >> .npmrc"
236
- sh "echo @brightside:always-auth=false >> .npmrc"
+ sh "npm set @brightside:registry=https://api.bintray.com/npm/ca/brightside/"
237
238
sh "npm install -g @brightside/core@lts-incremental"
239
sh "zowe --version"
0 commit comments