Skip to content

Commit 9db7ea4

Browse files
committed
Changed zowe version to install due to failure in @daily version
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent da42ead commit 9db7ea4

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)