Jenkins Notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
* git client plugin | * git client plugin | ||
* git parameter plugin | * git parameter plugin | ||
** | ** version available via the web interface is 0.4.0 which has a bug. | ||
** use 0.4.1 at least from http://stackoverflow.com/questions/28988425/jenkins-doesnt-retrieve-git-references-using-git-parameter-plugin. | ** use 0.4.1 at least from http://stackoverflow.com/questions/28988425/jenkins-doesnt-retrieve-git-references-using-git-parameter-plugin. | ||
== tips an d tricks == | |||
; makeing slaves | |||
: https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines | |||
== Slave manifest == | |||
<pre> | |||
pacakge | |||
</pre> |
Latest revision as of 17:02, 25 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
- git parameter plugin
- version available via the web interface is 0.4.0 which has a bug.
- use 0.4.1 at least from http://stackoverflow.com/questions/28988425/jenkins-doesnt-retrieve-git-references-using-git-parameter-plugin.
tips an d tricks
- makeing slaves
- https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines
Slave manifest
pacakge