Skip to content

Releases: kitproj/jenkins-cli

v0.0.5

22 Nov 18:13
0e9a1be

Choose a tag to compare

What's Changed

  • refactor: replace internal keyring wrapper with direct keyring library usage by @alexec in #21

Full Changelog: v0.0.4...v0.0.5

v0.0.4

17 Nov 02:56
ad55688

Choose a tag to compare

What's Changed

  • Remove automatic README version update from release workflow by @Copilot in #20

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Nov 01:13
db07213

Choose a tag to compare

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

16 Nov 23:24
4881c1e

Choose a tag to compare

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

v0.0.1

14 Nov 06:28
3dc5944

Choose a tag to compare

What's Changed

  • Implement Golang CLI for Jenkins by @Copilot in #1

New Contributors

  • @Copilot made their first contribution in #1

Full Changelog: https://github.com/kitproj/jenkins-cli/commits/v0.0.1