github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/build-statuses.json (about) 1 { 2 "size": 2, 3 "limit": 100, 4 "isLastPage": true, 5 "values": [ 6 { 7 "state": "INPROGRESS", 8 "key": "REPO-MASTER", 9 "name": "REPO-MASTER-42", 10 "url": "https://bamboo.example.com/browse/REPO-MASTER-42", 11 "description": "Changes by John Doe", 12 "dateAdded": 1528223125000 13 }, 14 { 15 "state": "SUCCESSFUL", 16 "key": "Test-Master", 17 "name": "Test-build-PR", 18 "url": "http://auth.example.com/projects/TEST-ORG/repos/test-repo", 19 "description": "Changes by Test User", 20 "dateAdded": 1528222003000 21 } 22 ], 23 "start": 0 24 }