Skip to content

Commit 615c8fc

Browse files
authored
Merge pull request #228 from ChrisPark89/dev
Changed zowe version to install due to failure in @daily version
2 parents da42ead + 9db7ea4 commit 615c8fc

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)