RG
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
RG created a post, AnsweredBuild configuration not picking project parameter
There is a project P which has 'default branch' parameter set with some feature branch and I then project P has a build configuration B where I have left the 'default branch' as blank . Now when ... -
-
RG created a post, AnsweredFinish Builder trigger picking incorrect branch
I have a build A which is triggered when build B is completed. So I added a finish build trigger within build A , such that when build B finishes then build A should get started. I used Branch Filt... -
-
RG commented, -
RG created a post, AnsweredHow to pass a parameter to nested dependencies
I have a build A which has a dependency on build B and build B which has dependency on build C i.e A->B->C. Now I want to pass a parameter from build A to its dependent builds B and then to C, such... -
RG created a post, CompletedHow to pass a parameter to a trigger
I need to add a build(say build B) as a trigger within another build(say build A). Now build B should only be triggered from build A if the parameter 'isTriggerRequired' within build A is set as tr... -
RG created a post, AnsweredHow to make a teamcity build successfully based on build parameter
I need to write a build step that will check if a certain build parameter is true in team city then that build should become successful and should not run further steps of same build. Please let m...