Skip to content

Commit 4d664b8

Browse files
Explicitly set @zowe registry
1 parent 2f69c69 commit 4d664b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ pipeline {
216216
sh("npm set registry https://registry.npmjs.org")
217217
//sh("npm set @brightside:registry https://api.bintray.com/npm/ca/brightside/")
218218
//sh("npm set @zowe:registry https://api.bintray.com/npm/ca/brightside/")
219+
sh("npm set @zowe:registry https://registry.npmjs.org")
220+
219221
sh("npm install -g @zowe/cli@latest")
220222
sh("zowe --version")
221223
}

0 commit comments

Comments
 (0)