2.0.1176
·
394 commits
to master
since this release
To install jx 2.0.1176 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1176/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
- Inherit build pack environment into pipelines #6668
Issues
- #6668 bug: overriding
env
variables in buildpacks doesn't work (tomfrenken)