Run multiple Build Configurations of a Project with a single click?
Answered
Hi,
My name is Peng DU.
Is it possible to Run multiple Build Configurations of a Project with a single click?
Thanks!
Please sign in to leave a comment.
Hello Peng,
Yes, it's possible. The number of simultaneously running builds is configured on Build configuration > General Settings page. By default it's set to 0 - unlimited.
If you want to run several builds at once, you'll need to configure additional agent. An agent can run a single build at a time.
If you have any further questions, please feel free to ask.
Hi Alina, sorry, I might not describe the need clearly, I should say "1 click to run multiple build configurations or run build steps selectively."
Thanks!
You can use snapshot dependencies to trigger build chains. For more details see the related section in documentation: https://confluence.jetbrains.com/display/TCD10/Build+Dependencies+Setup.
It's not possible to run build steps selectively at the moment. Please vote for the related request: https://youtrack.jetbrains.com/issue/TW-20925. Why do you need this feature?