Releases: kitproj/jenkins-cli
Releases · kitproj/jenkins-cli
v0.0.5
v0.0.4
v0.0.3
What's Changed
- Remove "Build from Source" section from README by @Copilot in #10
- Document inner jobs format and naming conventions by @Copilot in #12
- Automate README version updates on release by @Copilot in #14
- Display durations in human-readable format (N days/hours/minutes/seconds) by @Copilot in #11
- Remove redundant get-last-build command by @Copilot in #15
- Remove build-job command to make CLI read-only by @Copilot in #16
- Add build URLs to get-job output by @Copilot in #17
- Filter disabled jobs from CLI and MCP server output by @Copilot in #18
- Add getJenkinsBuild helper and use it for builds by @alexec in #19
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Remove duplicate case statement in getStatusFromColor by @Copilot in #2
- Add MCP server sub-command by @Copilot in #3
- Add installation instructions from GitHub releases by @Copilot in #4
- Use JENKINS_URL for fully formed URL configuration by @Copilot in #5
- Use GetAllJobNames instead of GetAllJobs for performance by @Copilot in #7
- Add inner jobs display to get-job command by @Copilot in #8
- Hide status field for jobs with empty status by @Copilot in #9
Full Changelog: v0.0.1...v0.0.2