File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,11 +199,11 @@ pipeline {
199
199
steps(' Install Zowe CLI' ) {
200
200
timeout(time : 10 , unit : ' MINUTES' ) {
201
201
echo " Install Zowe CLI globaly"
202
- sh " rm -f .npmrc"
203
- sh ' curl -u $USERNAME:$API_KEY https://eu.artifactory.swg-devops.com/artifactory/api/npm/auth/ >> .npmrc'
204
- sh " echo registry=$TEST_NPM_REGISTRY >> .npmrc"
205
- sh " echo @brightside:registry=$TEST_NPM_REGISTRY >> .npmrc"
206
- sh " echo @zowe:registry=$TEST_NPM_REGISTRY >> .npmrc"
202
+ sh " rm -f ~/ .npmrc"
203
+ sh ' curl -u $USERNAME:$API_KEY https://eu.artifactory.swg-devops.com/artifactory/api/npm/auth/ >> ~/ .npmrc'
204
+ sh " echo registry=$TEST_NPM_REGISTRY >> ~/ .npmrc"
205
+ sh " echo @brightside:registry=$TEST_NPM_REGISTRY >> ~/ .npmrc"
206
+ sh " echo @zowe:registry=$TEST_NPM_REGISTRY >> ~/ .npmrc"
207
207
sh(" npm install -g @zowe/cli@cicsdev" )
208
208
sh(" zowe --version" )
209
209
}
You can’t perform that action at this time.
0 commit comments