Skip to content

2.1.109

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 21 Jul 10:56
· 76 commits to master since this release

To install jx 2.1.109 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.1.109/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

  • Increase max age of PipelineRuns for GCing #7444

Chores

  • Quote command with space better

Issues

  • #7444 Pipelines never marked as finished (neither failed / success) after lighthouse / jx upgrade (axsaucedo)