jenkins user must have global read permission

Change-Id: I467f2b8ca5fcffc118c1bdc3d5dee04c309ac70f
Reviewed-on: https://review.openstack.org/16170
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Antoine Musso 2012-11-15 13:27:42 +01:00 committed by Jenkins
parent 06be036fda
commit 3d4fb02986
1 changed files with 6 additions and 4 deletions

View File

@ -27,12 +27,14 @@ the following format::
url=JENKINS_URL
**user**
This should be the name of a user previously defined in Jenkins with
the permissions necessary to read, create, delete, and configure
jobs.
This should be the name of a user previously defined in Jenkins.
Appropriate user permissions must be set under the Jenkins security
matrix: under the ``Global`` group of permissions, check ``Read``,
then under the ``Job`` group of permissions, check ``Create``,
``Delete``, ``Configure`` and finally ``Read``.
**password**
The API token for the user specified. You cat get this through the
The API token for the user specified. You can get this through the
Jenkins management interface under ``People`` -> username ->
``Configure`` and then click the ``Show API Token`` button.