Skip to content

Commit a20f48a

Browse files
Merge pull request #10557 from circleci/kl/sc-3015-pipeline-git-values-docs
Update pipeline.git.* values for GitHub OAuth and Bitbucket Cloud
2 parents 5896160 + 68f46b9 commit a20f48a

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

docs/guides/modules/ROOT/partials/pipelines-and-triggers/pipeline-values.adoc

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ d| [.nowrap]#GitHub App# +
184184
| `pipeline.git.repo_url`
185185
d| [.nowrap]#GitHub App# +
186186
[.nowrap]#GitHub App Server# +
187+
[.nowrap]#GitHub OAuth# +
188+
[.nowrap]#Bitbucket Cloud# +
187189
[.nowrap]#Bitbucket Data Center#
188190
| String
189191
| The URL of the repository.
@@ -192,15 +194,19 @@ d| [.nowrap]#GitHub App# +
192194

193195
| `pipeline.git.repo_owner`
194196
d| [.nowrap]#GitHub App# +
195-
[.nowrap]#GitHub App Server#
197+
[.nowrap]#GitHub App Server# +
198+
[.nowrap]#GitHub OAuth# +
199+
[.nowrap]#Bitbucket Cloud#
196200
| String
197201
| The VCS username of the repository owner.
198202
| [.circle-green]#**Yes**#
199203
| [.circle-red]#**No**#
200204

201205
| `pipeline.git.repo_name`
202206
d| [.nowrap]#GitHub App# +
203-
[.nowrap]#GitHub App Server#
207+
[.nowrap]#GitHub App Server# +
208+
[.nowrap]#GitHub OAuth# +
209+
[.nowrap]#Bitbucket Cloud#
204210
| String
205211
| The name of the repository, without the owner prefix.
206212
| [.circle-green]#**Yes**#
@@ -209,6 +215,8 @@ d| [.nowrap]#GitHub App# +
209215
| `pipeline.git.repo_id`
210216
d| [.nowrap]#GitHub App# +
211217
[.nowrap]#GitHub App Server# +
218+
[.nowrap]#GitHub OAuth# +
219+
[.nowrap]#Bitbucket Cloud# +
212220
[.nowrap]#Bitbucket Data Center#
213221
| String
214222
| The unique identifier of the repository.
@@ -231,8 +239,8 @@ _(except schedule workflows)_
231239
| `pipeline.git.commit.subject`
232240
d| [.nowrap]#GitHub App# +
233241
[.nowrap]#GitHub App Server# +
234-
[.nowrap]#GitHub OAuth# _(push events only)_ +
235-
[.nowrap]#Bitbucket Cloud# _(push events only)_ +
242+
[.nowrap]#GitHub OAuth# +
243+
[.nowrap]#Bitbucket Cloud# +
236244
[.nowrap]#Bitbucket Data Center# +
237245
[.nowrap]#GitLab#
238246
| String
@@ -243,7 +251,8 @@ d| [.nowrap]#GitHub App# +
243251
| `pipeline.git.commit.body`
244252
d| [.nowrap]#GitHub App# +
245253
[.nowrap]#GitHub App Server# +
246-
[.nowrap]#Bitbucket Cloud# _(push events only)_ +
254+
[.nowrap]#GitHub OAuth# +
255+
[.nowrap]#Bitbucket Cloud# +
247256
[.nowrap]#Bitbucket Data Center# +
248257
[.nowrap]#GitLab#
249258
| String
@@ -254,11 +263,11 @@ d| [.nowrap]#GitHub App# +
254263
| `pipeline.git.commit.author_login`
255264
d| [.nowrap]#GitHub App# +
256265
[.nowrap]#GitHub App Server# +
257-
[.nowrap]#GitHub OAuth# _(push events only)_ +
266+
[.nowrap]#GitHub OAuth# +
258267
[.nowrap]#Bitbucket Data Center# +
259268
[.nowrap]#GitLab#
260269
| String
261-
| The VCS username of the author of the checkout commit.
270+
| The VCS username of the author of the checkout commit. Not available for Bitbucket Cloud because Bitbucket has link:https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/[deprecated usernames].
262271
| [.circle-green]#**Yes**#
263272
| [.circle-red]#**No**#
264273

0 commit comments

Comments
 (0)