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: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -487,6 +487,9 @@ The `skip_if` field must be a valid [Expr-lang](https://expr-lang.org/) expressi
487
487
> [!IMPORTANT]
488
488
> _SCM Engine uses [`snake_case`](https://en.wikipedia.org/wiki/Snake_case) for fields instead of [`camelCase`](https://en.wikipedia.org/wiki/Camel_case)_
489
489
490
+
> [!TIP]
491
+
> You have access to the raw webhook event payload via `webhook_event.*` attributes (not listed below) in Expr script fields when using [`server`](#server) mode. See the [GitLab Webhook Events documentation](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html) for available fields. The attributes are named _exactly_ as documented in the GitLab documentation.
492
+
490
493
The following attributes are available in `script` fields.
491
494
492
495
They can be accessed exactly as shown in this list.
0 commit comments