File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
gitlab4j-models/src/test/resources/org/gitlab4j/models Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5454 "path_with_namespace" : " gitlab-org/gitlab-test" ,
5555 "default_branch" : " master"
5656 },
57+ "environment" : {
58+ "name" : " Test Env" ,
59+ "action" : " start" ,
60+ "deployment_tier" : " testing"
61+ },
5762 "runner" : {
5863 "active" : true ,
5964 "runner_type" : " project_type" ,
Original file line number Diff line number Diff line change 189189 "username" : " root" ,
190190 "avatar_url" : " http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026 d=identicon" ,
191191 "email" : " admin@example.com"
192+ },
193+ "environment" : {
194+ "name" : " production" ,
195+ "action" : " start" ,
196+ "deployment_tier" : " production"
192197 }
193198 },
194199 {
304309 "username" : " root" ,
305310 "avatar_url" : " http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026 d=identicon" ,
306311 "email" : " admin@example.com"
312+ },
313+ "environment" : {
314+ "name" : " staging" ,
315+ "action" : " start" ,
316+ "deployment_tier" : " staging"
307317 }
308318 }
309319 ]
You can’t perform that action at this time.
0 commit comments