Skip to content

2.1.155

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 24 Dec 15:35
· 5 commits to master since this release

To install jx 2.1.155 see the install guide

Linux

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

  • try and fix release pipeline after old stable helm repo deprecation (James Rawlings)