Link to the 'Run Custom Build' dialog?
Answered
We have a requirement, that some of our build configurations need to be started manually. I'd like to make the life of our users easier and provide them with a link to the open 'Run Custom Build' dialog. Additionally, I'd like to
- Open the dialog with the 'Parameters' page open
- Pre-fill the parameter values
Is this possible?
Please sign in to leave a comment.
I'm afraid not, at least not without a pretty hefty amount of work, while it would be possible to load the runcustombuild dialog as a separate page, its tabs typically won't load, won't be styled, etc.
It seems like it would be easier for you to create a tool that simply triggers a build via the REST API: https://www.jetbrains.com/help/teamcity/rest-api.html#RESTAPI-TriggeringaBuild
Would that work for you?