File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -98,23 +98,24 @@ server, with very limited permissions.
98
98
* - ``url ``
99
99
- URL for the GitLab server
100
100
* - ``private_token ``
101
- - Your user token. Login/password is not supported. Refer to `the official
102
- documentation `_pat to learn how to obtain a token.
101
+ - Your user token. Login/password is not supported. Refer to `the
102
+ official documentation
103
+ <https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html> `__
104
+ to learn how to obtain a token.
103
105
* - ``oauth_token ``
104
106
- An Oauth token for authentication. The Gitlab server must be configured
105
107
to support this authentication method.
106
108
* - ``job_token ``
107
- - Your job token. See `the official documentation`_job-token to learn how to obtain a token.
109
+ - Your job token. See `the official documentation
110
+ <https://docs.gitlab.com/ce/api/jobs.html#get-job-artifacts> `__
111
+ to learn how to obtain a token.
108
112
* - ``api_version ``
109
113
- GitLab API version to use. Only ``4 `` is available since 1.5.0.
110
114
* - ``http_username ``
111
115
- Username for optional HTTP authentication
112
116
* - ``http_password ``
113
117
- Password for optional HTTP authentication
114
118
115
- .. _pat : https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html
116
- .. _job-token : https://docs.gitlab.com/ce/api/jobs.html#get-job-artifacts
117
-
118
119
CLI
119
120
===
120
121
You can’t perform that action at this time.
0 commit comments