Aggragate multiple issues into the same build

Answered

Is it possible to build aggragating (subset) two or more issues (integration from Jira) into TeamCity?

In my example I need to build and deploy to my production server only sources from the same "Issue Key". I tried to group it from the Dashboard unsuccessfully.

 

 

0
1 comment

Hello Carlos,

Do I correctly understand that you want to trigger a build with two changes marked with "GMUD-370"? It is not possible and also it does not make sense. If you run build for these two changes, there is actually no snapshot in the VCS root corresponding to this build.

The recommended approach is to develop in separate branch and use feature branches in TeamCity.

0

Please sign in to leave a comment.