0.0.38
jenkins-x-bot-test
released this
26 Jan 22:52
·
15 commits
to master
since this release
Linux
mkdir -p ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v0.0.38/octant-jx-linux-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins
macOS
mkdir -p ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v0.0.38/octant-jx-darwin-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins
Changes
Chores
- typo: fixes from Jenkin to Jenkins (rick)