Skip to content

Commit f652abb

Browse files
Merge branch 'dev' into troubleshooting-tweaks
2 parents ea580c9 + 615c8fc commit f652abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ pipeline {
236236
//sh("npm set @zowe:registry https://api.bintray.com/npm/ca/brightside/")
237237
sh("npm set @zowe:registry https://registry.npmjs.org")
238238

239-
sh("npm install -g @zowe/cli@daily")
239+
sh("npm install -g @zowe/cli@latest")
240240
sh("zowe --version")
241241
}
242242
}

0 commit comments

Comments
 (0)