Skip to content

Commit ab05e7b

Browse files
committed
2 parents 04ccde4 + 59f25b5 commit ab05e7b

21 files changed

+812
-846
lines changed

Jenkinsfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,10 @@ pipeline {
214214
echo "Install Zowe CLI globaly"
215215
sh "rm -f .npmrc"
216216
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+
sh("npm set @zowe:registry https://registry.npmjs.org")
220+
219221
sh("npm install -g @zowe/cli@latest")
220222
sh("zowe --version")
221223
}
@@ -596,7 +598,7 @@ pipeline {
596598
sh "rm -f .npmrc"
597599
sh 'curl -u $USERNAME:$API_KEY https://eu.artifactory.swg-devops.com/artifactory/api/npm/auth/ >> .npmrc'
598600
sh "echo registry=$TEST_NPM_REGISTRY >> .npmrc"
599-
sh "echo @zowe:registry=https://api.bintray.com/npm/ca/brightside/ >> .npmrc"
601+
sh "echo @zowe:registry=https://registry.npmjs.org >> .npmrc"
600602
sh "echo @zowe:always-auth=false >> .npmrc"
601603

602604
script {

0 commit comments

Comments
 (0)