Skip to content

0.1.1

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 06 May 04:20
· 22 commits to main since this release

Linux

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

macOS

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

Changes

New Features

  • add CodeQL (Aabhas Sao)