Skip to content

0.1.13

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 29 Mar 13:25
· 175 commits to main since this release

Linux

curl -L https://github.com/jenkins-x-plugins/jx-pipeline/releases/download/v0.1.13/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.1.13/jx-pipeline-darwin-amd64.tar.gz | tar xzv
sudo mv jx-pipeline /usr/local/bin

Changes

Code Refactoring

  • use T.TempDir to create temporary test directory (Eng Zer Jun)