Skip to content

1.1.9

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 18 Mar 14:27
· 8738 commits to master since this release
4d37374

To install jx 1.1.9 see the install guide

Linux

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

macOs

brew tap jenkins-x/jx
brew install jx

Changes

Issues

Pull Requests

Bug Fixes

  • draft: remove draft CLI dependency (James Strachan)