Skip to content

Instantly share code, notes, and snippets.

@atotto
Created March 28, 2018 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atotto/5a65e560f1fc1500c5fc7cd90f55f448 to your computer and use it in GitHub Desktop.
Save atotto/5a65e560f1fc1500c5fc7cd90f55f448 to your computer and use it in GitHub Desktop.
setup jenkins-x
#!/bin/sh
set -e
VERSION=$(curl -s https://api.github.com/repos/jenkins-x/jx/releases/latest | jq '.tag_name' -r)
curl -sL https://github.com/jenkins-x/jx/releases/download/$VERSION/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment