-
Notifications
You must be signed in to change notification settings - Fork 1
/
versionone.integration.cruisecontrol.json
83 lines (83 loc) · 3.77 KB
/
versionone.integration.cruisecontrol.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"id": "VersionOne.Integration.CruiseControl",
"titleSection": {
"name": "VersionOne Integration for CruiseControl",
"shortDescription": "Link agile workitems to tangible, working software in the form of builds in CruiseControl.",
"pricing": "Free",
"support": {
"text": "Open Source",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl"
}
},
"descriptionSection": {
"description": "**This integration was deprecated in the Summer 2015 release of VersionOne.**\n\nThe VersionOne CruiseControl publisher creates a record of CruiseControl builds in VersionOne, so the development teams can quickly view builds associated with a story or defects. This visibility is useful when identifying what build to use for verification or when generating release notes."
},
"linksSection": [
{
"type": "download",
"title": "Download Latest Stable Build",
"href": "http://platform.versionone.com.s3.amazonaws.com/downloads/CruiseControlPublisher.9.0.zip"
},
{
"type": "documentation",
"title": "Documentation",
"href": "http://versionone.github.io/VersionOne.Integration.CruiseControl"
},
{
"type": "documentation",
"title": "README",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl/blob/master/README.md"
},
{
"type": "source",
"title": "GitHub Project for Source Code and Issues",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl"
},
{
"type": "license",
"title": "Modified BSD (3 clause) License",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl/blob/master/LICENSE.md"
}
],
"updatesSection": {
"updates": [
{
"date": "2015-07-17T12:00:00.000Z",
"description": "Summer 2015",
"version": "Deprecated",
"releaseNotes": ""
},
{
"date": "2011-07-01T00:00:00.000Z",
"description": "Summer 2011",
"version": "9.0.0.53",
"releaseNotes": " * Added: Support for connecting to VersionOne through a proxy. \n * Added: Support for CruiseControl 2.8.4",
"qualityBand": "mature",
"downloadUrl": "http://platform.versionone.com.s3.amazonaws.com/downloads/CruiseControlPublisher.9.0.zip"
},
{
"date": "2009-05-27T00:00:00.000Z",
"description": "Spring 2009",
"version": "35",
"releaseNotes": "Added Support for CruiseControl 2.8.2",
"qualityBand": "mature"
}
],
"qualityBands": {
"seed": {
"shortDescription": "The initial idea of a product. May not be stable code.",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl/blob/master/CONTRIBUTING.md#seed"
},
"sapling": {
"shortDescription": "The product is undergoing rapid growth. The code works but expect major changes.",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl/blob/master/CONTRIBUTING.md#sapling"
},
"mature": {
"shortDescription": "The product is stable. The code will continue to evolve with minimum breaking changes.",
"href": "https://github.com/versionone/VersionOne.Integration.CruiseControl/blob/master/CONTRIBUTING.md#mature"
}
}
},
"mediaSection": [
]
}