diff options
author | Pierre Tardy <tardyp@gmail.com> | 2018-10-01 17:22:41 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-10-01 17:22:41 +0000 |
commit | 57a4ee88aeb4f1f67e54544229ebb86540dac49f (patch) | |
tree | 31372cb3e151afcdea602021cf2f5d64bc213899 /doc | |
parent | 34d24c1ff5a081eb34de455bf8edf0c8c7ac15c4 (diff) | |
download | gitlab-ce-57a4ee88aeb4f1f67e54544229ebb86540dac49f.tar.gz |
Add variables on pipeline webhook
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/webhooks.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 5a38f5d8aed..7d12cd8f7c2 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -943,7 +943,13 @@ X-Gitlab-Event: Pipeline Hook ], "created_at": "2016-08-12 15:23:28 UTC", "finished_at": "2016-08-12 15:26:29 UTC", - "duration": 63 + "duration": 63, + "variables": [ + { + "key": "NESTOR_PROD_ENVIRONMENT", + "value": "us-west-1" + } + ] }, "user":{ "name": "Administrator", |