Skip to content

Commit 674148f

Browse files
committed
added fields also to testdata pipeline-event.json
1 parent e684b50 commit 674148f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testdata/gitlab/pipeline-event.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"object_kind": "pipeline",
33
"object_attributes":{
44
"id": 31,
5+
"iid": 3,
6+
"name": "pipeline_name",
57
"ref": "master",
68
"tag": false,
79
"sha": "bcbb5ec396a2c0f828686f14fac9b80b780504f2",
@@ -21,7 +23,8 @@
2123
"key": "NESTOR_PROD_ENVIRONMENT",
2224
"value": "us-west-1"
2325
}
24-
]
26+
],
27+
"url": "http://192.168.64.1:3005/gitlab-org/gitlab-test/-/pipelines/31"
2528
},
2629
"merge_request": {
2730
"id": 1,

0 commit comments

Comments
 (0)