mirror of
https://github.com/gryf/ferrit.git
synced 2026-03-15 06:03:41 +01:00
Added information regarding CI system in README.
This commit is contained in:
16
README.rst
16
README.rst
@@ -45,10 +45,15 @@ executed.
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Prerequisites
|
Jenkins
|
||||||
=============
|
=======
|
||||||
|
|
||||||
.. TODO (jenkins, plugins installation and configuration)
|
We are referring to Jenkins here but it might be any kind of CI system who is
|
||||||
|
willing to react on certain events, gerrit server could provide.
|
||||||
|
|
||||||
|
In case of Jenkins, we assume that at least `gerrit trigger` plugin is
|
||||||
|
installed within, and there are jobs which are properly configured to be
|
||||||
|
triggered by such event.
|
||||||
|
|
||||||
SSH keys
|
SSH keys
|
||||||
========
|
========
|
||||||
@@ -69,6 +74,10 @@ but for 7.8 and up:
|
|||||||
|
|
||||||
$ ssh-keygen -f gerrit-server-key -m pem
|
$ ssh-keygen -f gerrit-server-key -m pem
|
||||||
|
|
||||||
|
Jenkins needs to have a key to access ferrit server. So there is a need for
|
||||||
|
generating two pair keys one pair for the server, one for the client - Jenkins
|
||||||
|
or any other CI system.
|
||||||
|
|
||||||
Python
|
Python
|
||||||
======
|
======
|
||||||
|
|
||||||
@@ -114,3 +123,4 @@ Please note, Python 2.x is not supported.
|
|||||||
.. _Ferrite image: https://www.flickr.com/photos/picofarad-org/2132206570/
|
.. _Ferrite image: https://www.flickr.com/photos/picofarad-org/2132206570/
|
||||||
.. _paramiko: https://www.paramiko.org/
|
.. _paramiko: https://www.paramiko.org/
|
||||||
.. _bottle: https://bottlepy.org
|
.. _bottle: https://bottlepy.org
|
||||||
|
.. _gerrit trigger: https://wiki.jenkins.io/display/JENKINS/Gerrit+Trigger
|
||||||
|
|||||||
Reference in New Issue
Block a user