Skip to content

Commit 2f83778

Browse files
try again to fix brightside registry
Signed-off-by: Matthew Wilson <[email protected]>
1 parent 9e09d09 commit 2f83778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ pipeline {
232232
echo "Install Zowe CLI globaly"
233233
sh "rm -f .npmrc"
234234
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"
235+
sh "npm set @brightside:registry=https://api.bintray.com/npm/ca/brightside/"
237236

238237
sh "npm install -g @brightside/core@lts-incremental"
239238
sh "zowe --version"

0 commit comments

Comments
 (0)