Project
TeamCity
Priority
Major
Type
Feature
State
Incomplete
Assignee
Kirill Maximov
Subsystem
No subsystem
Affected versions
No Affected versions
Fix versions
Backlog
Fixed in build
No Fixed in build
  • Created by   Ilya Ryzhenkov
    5 years ago (08 Oct 2006 04:02)
  • Updated by   Kirill Maximov
    5 weeks ago (04 Jan 2012 14:29)
  • Jira: TW-920
    (history, comments)
 
TW-920 Declared builds
11
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.
Comments (5)
 
History
 
Linked Issues (?)
 
Ilya Ryzhenkov
  Ilya Ryzhenkov
08 Oct 2006 04:02
5 years ago
Oops, build voting comes as separate request.
Kirill Maximov
  Kirill Maximov
06 Jun 2007 21:13
4 years ago
Build promotion as declared builds - promote build to EAP/Release (and execute a custom script as a part of declaring)
Yegor Yarko
  Yegor Yarko
15 Oct 2007 19:08
4 years ago
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.
Marina Grechko
  Marina Grechko
30 Sep 2010 14:25
16 months ago
Kirill Maximov
  Kirill Maximov
02 Dec 2010 15:34
14 months ago
TeamCity already has a feature "Build promotion" for dependent build configurations (help link). What else is expected to implement in this request?