Skip to content

2.0.1169

Pre-release
Pre-release
Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 29 Jan 19:25
· 3163 commits to main since this release

To install jx 2.0.1169 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1169/jx-linux-amd64.tar.gz | tar xzv 
sudo mv jx /usr/local/bin

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • Get structure for rerun PipelineRun properly #6646

Issues

  • #6646 PipelineRuns rerun by Lighthouse due to Tekton race condition won't be handled by build controller (abayer)