Check this: http://wiki.eclipse.org/index.php/WTP_Build_Types
I think it would be nice to introduce "declared" builds feature into TeamCity, so that specific builds can be manually "declared" to be of some kind, like "stable", EAP, etc. When the build is "declared" some associated script executes and may upload artifacts, put some info on web page, whatever.
"Declarations" should be configured for the build, so that scripts, VCS tags, names and comments can be assigned.
| Old | New | |
| Ilya Ryzhenkov (orangy) - 10 months ago (24 Dec 2007 22:55) | ||
| Yegor Yarko (yaegor) - 4 weeks ago (23 Oct 2008 13:01) | ||
| Fix for version | Calcutta (4.0) | |
| Fix for version | Backlog | |
Ilya Ryzhenkov (orangy)
25 months ago (08 Oct 2006 03:02)Oops, build voting comes as separate request.
Kirill Maximov (maxkir)
17 months ago (06 Jun 2007 20:13)Build promotion as declared builds - promote build to EAP/Release (and execute a custom script as a part of declaring)
Yegor Yarko (yaegor)
13 months ago (15 Oct 2007 18:08)Possible solution:
- a special build configuration is created to perform build "promotion" tasks. (Ideally, TeamCity provides a special build runner with ability to upload artifacts, pin/tag/comment on the original build, send notifications, etc.)
- for any finished build user has an option to run the build configuration to promote the build (e.g. select from a lists of all BC which depend on this one)
- (depends on TW-1208) the build configuration may have "custom" properties that user needs to enter. (like release name/version, etc.