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:
parent
06be036fda
commit
3d4fb02986
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user