Skip to content

Commit

Permalink
Fix testing jenkins-jobs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Feb 13, 2015
1 parent 86a8712 commit 5f5e007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Put this repository also on development mode::

Test the jobs are properly setup::

$ jenkins-jobs test jobs.yml -o output
$ jenkins-jobs --conf jenkins.ini.in test jobs.yml -o output

.. note::
A folder named ``output`` should contain one file per each jenkins job
Expand Down
5 changes: 1 addition & 4 deletions jenkins.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ recursive=False
allow_duplicates=False

[jenkins]
# Add your own credentials
# log in int https://jenkins.plone.org
# edit your user and get the API token
user=gforcada
password=12345678901234567890
url=https://jenkins.plone.org
url=http://localhost

0 comments on commit 5f5e007

Please sign in to comment.