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 2f69c69 commit 4d664b8Copy full SHA for 4d664b8
Jenkinsfile
@@ -216,6 +216,8 @@ pipeline {
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/")
219
+ sh("npm set @zowe:registry https://registry.npmjs.org")
220
+
221
sh("npm install -g @zowe/cli@latest")
222
sh("zowe --version")
223
}
0 commit comments