Project
TeamCity
Priority
Normal
Type
Feature
State
Open
Assignee
Pavel Sher
Subsystem
Plugin Support
Affected versions
Darjeeling 5.1.2 (13430)
Fix versions
Medium Priority Pool
Fixed in build
No Fixed in build
Fixed in builds
no build yet
  • Created by   Simone Busoli
    22 months ago (12 Jul 2010 12:36)
  • Updated by   Pavel Sher
    2 months ago (09 Mar 2012 16:04)
 
TW-12745 Web UI extension point to provide alternative Run build action
5
Issue is visible to: All Users
  The issue is visible to the selected user group only
As discussed in this thread it would be useful to have more extension points where to add custom behavior in the TeamCity Web UI.

Here's some of them them:

  1. Customize the behavior of the Run button
  2. Customize the Place where the Run button is located
  3. Customize the build configuration overview page
Comments (4)
 
History
 
Linked Issues (?)
 
Oleg Gerovich
  Oleg Gerovich
13 Aug 2010 00:25
21 months ago
We also have some automated deployment through TeamCity. We would be looking to add some code that would bring up Custom Run when Run button is pressed (TW-8284).
Related Changes
Type
ExceptionFeature
Assignee
Pavel Sher (pavel.sher)Pavel Sher
Subsystem
<lost change>Plugin Support
Affected versions
Darjeeling 5.1.2 (13430)
Fixed In version
<lost change>Medium Priority Pool
Affected version
<lost change>
Yegor Yarko
  Yegor Yarko
20 Jun 2011 19:59
11 months ago
Seems like another request for the feature: http://devnet.jetbrains.net/message/5306560#5306560
Yegor Yarko
  Yegor Yarko
20 Jun 2011 20:03
11 months ago
If these two will be implemented:
TW-7652 (Option to ask for build property on every manual build run)
TW-5592 (Ability to define type and display label for editing build configuration properties on custom build run)
they will allow to cover many scenarios without developing custom plugin to TeamCity (at the price of less flexible custom run dialog).
Yegor Yarko
  Yegor Yarko
20 Jun 2011 20:08
11 months ago
A note:
Currently, what is asked in the issue can be achieved by a plugin that will add own action to run a build (e.g. on own page, on build configuration page or on overview page but with a bit of JavaScript hacking). The action can display dialog/open a new page with custom UI and with the button that will trigger the actual build setting all necessary parameters.