Jenkins Notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with "install is dead simple: 1. create jenkins user, home dir home.jenkins 2. download jar to /home/jenkins 3. create init script. 4. start == post install config of note == ...") |
No edit summary |
||
Line 11: | Line 11: | ||
== post install config of note == | == post install config of note == | ||
go make global security look right for your build. | |||
logging | |||
logging | |||
== Plugins you want == | == Plugins you want == | ||
* git | * git plugin | ||
* git client plugin | |||
* |
Revision as of 15:41, 23 February 2016
install is dead simple:
1. create jenkins user, home dir home.jenkins
2. download jar to /home/jenkins
3. create init script.
4. start
post install config of note
go make global security look right for your build.
logging
Plugins you want
- git plugin
- git client plugin