github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/repos.forked-test-repo.json (about) 1 { 2 "slug": "test-repo", 3 "id": 271, 4 "name": "test-repo", 5 "scmId": "git", 6 "state": "AVAILABLE", 7 "statusMessage": "Available", 8 "forkable": true, 9 "origin": { 10 "slug": "test-repo", 11 "id": 264, 12 "name": "test-repo", 13 "scmId": "git", 14 "state": "AVAILABLE", 15 "statusMessage": "Available", 16 "forkable": true, 17 "project": { 18 "key": "TEST-ORG", 19 "id": 282, 20 "name": "test-org", 21 "description": "Test Org", 22 "public": false, 23 "type": "NORMAL", 24 "links": { 25 "self": [ 26 { 27 "href": "http://auth.example.com/projects/TEST-ORG" 28 } 29 ] 30 } 31 }, 32 "public": false, 33 "links": { 34 "clone": [ 35 { 36 "href": "http://test-user@auth.example.com/scm/test-org/test-repo.git", 37 "name": "http" 38 }, 39 { 40 "href": "ssh://git@auth.example.com:7999/test-org/test-repo.git", 41 "name": "ssh" 42 } 43 ], 44 "self": [ 45 { 46 "href": "http://auth.example.com/projects/TEST-ORG/repos/test-repo/browse" 47 } 48 ] 49 } 50 }, 51 "project": { 52 "key": "TEST-ORG2", 53 "id": 283, 54 "name": "TEST-ORG2", 55 "public": false, 56 "type": "NORMAL", 57 "links": { 58 "self": [ 59 { 60 "href": "http://auth.example.com/projects/TEST-ORG2" 61 } 62 ] 63 } 64 }, 65 "public": false, 66 "links": { 67 "clone": [ 68 { 69 "href": "ssh://git@auth.example.com:7999/test-org2/test-repo.git", 70 "name": "ssh" 71 }, 72 { 73 "href": "http://test-user@auth.example.com/scm/test-org2/test-repo.git", 74 "name": "http" 75 } 76 ], 77 "self": [ 78 { 79 "href": "http://auth.example.com/projects/TEST-ORG2/repos/test-repo/browse" 80 } 81 ] 82 } 83 }