github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/repos.test-repo.json (about) 1 { 2 "slug": "test-repo", 3 "id": 264, 4 "name": "test-repo", 5 "scmId": "git", 6 "state": "AVAILABLE", 7 "statusMessage": "Available", 8 "forkable": true, 9 "project": { 10 "key": "TEST-ORG", 11 "id": 282, 12 "name": "test-org", 13 "description": "Test Org", 14 "public": false, 15 "type": "NORMAL", 16 "links": { 17 "self": [ 18 { 19 "href": "http://auth.example.com/projects/TEST-ORG" 20 } 21 ] 22 } 23 }, 24 "public": false, 25 "links": { 26 "clone": [ 27 { 28 "href": "http://test-user@auth.example.com/scm/test-org/test-repo.git", 29 "name": "http" 30 }, 31 { 32 "href": "ssh://git@auth.example.com:7999/test-org/test-repo.git", 33 "name": "ssh" 34 } 35 ], 36 "self": [ 37 { 38 "href": "http://auth.example.com/projects/TEST-ORG/repos/test-repo/browse" 39 } 40 ] 41 } 42 }