2.1.0 • Published 6 years ago

jenkins-stream-build v2.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Build Status

jenkins-stream-build

stream the output of a jenkins build in your terminal

options

--host (required)

the jenkins host (e.g. jenkins.example.com)

--job (required)

the job to stream (the job name in the jenkins UI, e.g. deploy, ci, etc.)

--username (required)

same username as for accessing the Jenkins Web UI

--password (required)

same password as for accessing the Jenkins Web UI

--build (optional)

the build number (defaults to 'lastBuild') (number of the build to stream)

example

npx jenkins-stream-build --host jenkins.example.com --job example-job --username test --password pass
2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago