Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 15, 2018
1 parent 85bb410 commit b7e8b47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: It should be possible to trigger for GitLab merge request events.
| MR_TO_URL | $.object_attributes.target.git_http_url | JSONPath | | |
| MR_TO_BRANCH | $.object_attributes.target_branch | JSONPath | | |
| MR_PROJECT_ID | $.object_attributes.target_project_id | JSONPath | | |
| MR_IID | $.object_attributes.iid | JSONPath | | |
| MR_IID | $.object_attributes.iid | JSONPath | | |
| MR_OLD_REV | $.object_attributes.oldrev | JSONPath | | |
| MR_ACTION | $.object_attributes.action | JSONPath | | |
| MR_TITLE | $.object_attributes.title | JSONPath | | |
Expand Down Expand Up @@ -95,4 +95,4 @@ Feature: It should be possible to trigger for GitLab merge request events.
| MR_TITLE | |
| MR_STATE | |
| MR_OBJECT_KIND | note |


0 comments on commit b7e8b47

Please sign in to comment.