Skip to content

Commit

Permalink
Misc. fixes on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Feb 13, 2015
1 parent fc323ee commit 86a8712
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/source/setup.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
==============================================================================
==============================
jenkins.plone.org Set Up Howto
==============================================================================
==============================

This document describes how to set up the entire Jenkins infrastructure for jenkins.plone.org. Those are the main steps:
This document describes how to set up the entire Jenkins infrastructure for jenkins.plone.org.
Those are the main steps:

* Set up Jenkins server (jenkins.plone.org, with Ansible)
* Set up Jenkins node (node[1-x].jenkins.plone.org, with Ansible)
* Set up the Jenkins jobs on the Jenkins server (with Jenkins Job Builder)


Prerequisits
============
Prerequisites
=============

Checkout this repository::

Expand Down Expand Up @@ -51,7 +52,7 @@ Set Up Jenkins Nodes

::

$ ansible-playbook -i inventory jenkins_nodes.yml
$ ansible-playbook -i inventory.txt jenkins_nodes.yml


Set Up Jenkins Jobs
Expand Down Expand Up @@ -86,7 +87,9 @@ Create your own ``jenkins.ini`` by copying it from ``jenkins.ini.in``::

$ cp jenkins.ini.in jenkins.ini

Add your own credentials to jenkins.ini. You can find them when you log into Jenkins and copy your API token (e.g. http://jenkins.plone.org/user/tisto/configure).
Add your own credentials to jenkins.ini.
You can find them when you log into Jenkins and copy your API token
(e.g. http://jenkins.plone.org/user/tisto/configure).

Now finally install the jobs on the server::

Expand All @@ -97,7 +100,8 @@ Now finally install the jobs on the server::
Manual Jenkins Configuration
----------------------------

There are currently a few steps that we need to carry out manually. We will automate them later.
There are currently a few steps that we need to carry out manually.
We will automate them later.

Manage Jenkins -> Configure System:

Expand Down Expand Up @@ -128,4 +132,3 @@ Manage Jenkins -> Manage Nodes -> New Node (Dumb node):
PYTHON:/usr/bin/python2.7
PYTHON27:/usr/bin/python2.7
PYTHON26:/usr/bin/python2.6

0 comments on commit 86a8712

Please sign in to comment.