jk v0.0.30 (2026-04-07T09:00:48Z)
Welcome to this new release of jk!
[0.0.30] - 2026-04-07
Fixed
- Skipped nil parameter values in rerun payloads so optional Jenkins parameters are no longer serialized as the literal string
<nil>(#46). - Rendered nil parameter values as empty string instead of
<nil>in human-readablejk run viewoutput (#59). - Consolidated skill publishing into the release workflow so it no longer depends on tag-push events that
GITHUB_TOKENcannot trigger. - Pinned all GitHub Actions to commit SHAs across every workflow for supply-chain safety.
- Added missing
timeout-minutesandconcurrencyblocks to all workflows. - Standalone publish-skill workflow now accepts
workflow_dispatchwith an explicittaginput.
Changed
- Bumped
github.com/itchyny/gojqfrom 0.12.18 to 0.12.19 (bugfixes + regexp caching performance) (#58). - Bumped
actions/setup-nodefrom 4.4.0 to 6.3.0 in CI workflows (#57).
Full Changelog: v0.0.29...v0.0.30
Installation
Homebrew (macOS/Linux)
brew install avivsinai/tap/jkScoop (Windows)
scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket
scoop install jkGo Install
go install github.com/avivsinai/jenkins-cli/cmd/jk@v0.0.30Binary Downloads
Download the appropriate binary for your platform from the assets below.