Skip to content

Instantly share code, notes, and snippets.

@yoshi-taka
Last active July 5, 2016 17:03
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 yoshi-taka/9764310 to your computer and use it in GitHub Desktop.
Save yoshi-taka/9764310 to your computer and use it in GitHub Desktop.
Windows版Jenkinsを自動インストールする。ついでにプラグインも。 ref: http://qiita.com/yoshi-taka/items/3c8acae535c515a6d114
msiexec /i jenkins-x.xxx.msi /qn JENKINSDIR="path\to\jenkins"
java -jar jenkins-cli.jar -s %JENKINS_URL% install-plugins pluginNameA pluginNameB pluginNameC...
java -jar jenkins-cli.jar -s %JENKINS_URL% safe-restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment