Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmgranger/jw
Watch / print jenkins job output.
https://github.com/kevinmgranger/jw
Last synced: 12 days ago
JSON representation
Watch / print jenkins job output.
- Host: GitHub
- URL: https://github.com/kevinmgranger/jw
- Owner: KevinMGranger
- License: mit
- Created: 2019-12-06T00:26:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T17:33:52.000Z (about 5 years ago)
- Last Synced: 2023-04-04T12:41:27.608Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jw
Watch / print jenkins job output. Works on in-progress or finished jobs.
# Usage
1. Get your Jenkins User ID (not what you think it is!)
1. Click on your name
2. Copy the "Jenkins User ID"
2. Get your jenkins API key from jenkins settings
1. Click on your name
2. Click configure on the left
3. Click "Add new token" in the API Token section
4. Save the token somewhere safe
3. Set JENKINS_KEY to your api key, and JENKINS_USER to your user ID
4. Copy the job URL
5. Run the command as so: `jw $JOB_URL`
1. You may need to use the `-k` flag if your certificate isn't in the system store