Skip to content

Instantly share code, notes, and snippets.

@cmaneu
Last active August 29, 2015 14:11
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 cmaneu/102318f21b9710c9a8ce to your computer and use it in GitHub Desktop.
Save cmaneu/102318f21b9710c9a8ce to your computer and use it in GitHub Desktop.
Jenkins Windows CI Server setup
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install git
choco install git.install
choco install poshgit
choco install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment