You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/modules/ROOT/partials/pipelines-and-triggers/pipeline-values.adoc
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,8 @@ d| [.nowrap]#GitHub App# +
184
184
| `pipeline.git.repo_url`
185
185
d| [.nowrap]#GitHub App# +
186
186
[.nowrap]#GitHub App Server# +
187
+
[.nowrap]#GitHub OAuth# +
188
+
[.nowrap]#Bitbucket Cloud# +
187
189
[.nowrap]#Bitbucket Data Center#
188
190
| String
189
191
| The URL of the repository.
@@ -192,15 +194,19 @@ d| [.nowrap]#GitHub App# +
192
194
193
195
| `pipeline.git.repo_owner`
194
196
d| [.nowrap]#GitHub App# +
195
-
[.nowrap]#GitHub App Server#
197
+
[.nowrap]#GitHub App Server# +
198
+
[.nowrap]#GitHub OAuth# +
199
+
[.nowrap]#Bitbucket Cloud#
196
200
| String
197
201
| The VCS username of the repository owner.
198
202
| [.circle-green]#**Yes**#
199
203
| [.circle-red]#**No**#
200
204
201
205
| `pipeline.git.repo_name`
202
206
d| [.nowrap]#GitHub App# +
203
-
[.nowrap]#GitHub App Server#
207
+
[.nowrap]#GitHub App Server# +
208
+
[.nowrap]#GitHub OAuth# +
209
+
[.nowrap]#Bitbucket Cloud#
204
210
| String
205
211
| The name of the repository, without the owner prefix.
206
212
| [.circle-green]#**Yes**#
@@ -209,6 +215,8 @@ d| [.nowrap]#GitHub App# +
209
215
| `pipeline.git.repo_id`
210
216
d| [.nowrap]#GitHub App# +
211
217
[.nowrap]#GitHub App Server# +
218
+
[.nowrap]#GitHub OAuth# +
219
+
[.nowrap]#Bitbucket Cloud# +
212
220
[.nowrap]#Bitbucket Data Center#
213
221
| String
214
222
| The unique identifier of the repository.
@@ -231,8 +239,8 @@ _(except schedule workflows)_
231
239
| `pipeline.git.commit.subject`
232
240
d| [.nowrap]#GitHub App# +
233
241
[.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# +
236
244
[.nowrap]#Bitbucket Data Center# +
237
245
[.nowrap]#GitLab#
238
246
| String
@@ -243,7 +251,8 @@ d| [.nowrap]#GitHub App# +
243
251
| `pipeline.git.commit.body`
244
252
d| [.nowrap]#GitHub App# +
245
253
[.nowrap]#GitHub App Server# +
246
-
[.nowrap]#Bitbucket Cloud#_(push events only)_ +
254
+
[.nowrap]#GitHub OAuth# +
255
+
[.nowrap]#Bitbucket Cloud# +
247
256
[.nowrap]#Bitbucket Data Center# +
248
257
[.nowrap]#GitLab#
249
258
| String
@@ -254,11 +263,11 @@ d| [.nowrap]#GitHub App# +
254
263
| `pipeline.git.commit.author_login`
255
264
d| [.nowrap]#GitHub App# +
256
265
[.nowrap]#GitHub App Server# +
257
-
[.nowrap]#GitHub OAuth#_(push events only)_+
266
+
[.nowrap]#GitHub OAuth# +
258
267
[.nowrap]#Bitbucket Data Center# +
259
268
[.nowrap]#GitLab#
260
269
| 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].
0 commit comments