Skip to content

Commit

Permalink
Update docs on jenkins.ini.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 13, 2015
1 parent 45c4e38 commit 3c5227a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ Test the jobs are properly setup::
A folder named ``output`` should contain one file per each jenkins job
configured on jobs.yml

Put your credentials on ``jenkins.ini`` (see the file for how to get them).
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).

Now finally install the jobs on the server::

Expand Down

0 comments on commit 3c5227a

Please sign in to comment.