Skip to content

0.3.2

Choose a tag to compare

@jenkins-x-bot jenkins-x-bot released this 30 Jul 23:31
· 142 commits to main since this release

Linux

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

macOS

curl -L  https://github.com/jenkins-x-plugins/jx-pipeline/releases/download/v0.3.2/jx-pipeline-darwin-amd64.tar.gz | tar xzv
sudo mv jx-pipeline /usr/local/bin

Changes

Bug Fixes

  • add syft and codecov to gitignore (ankitm123)