문제

I have setup a service hook for teamcity build (A) so that my solution is built when i push to github.

I then have a seperate build (B) configuration with a Finish Build Trigger which does some work when the previous Github triggered build A completes.

The weird thing thing is that the B build is only triggered when i manually click 'run' on the A build.

When the A build is triggered by GH it completes successfully but doesn't fire trigger build B.

Anyone have any ideas?

도움이 되었습니까?

해결책

@JoséF.Romaniello i found a better way. set up your service hook to trigger step B. Inside TC set step A to be a snapshot dependency inside step B. leave all the check boxes blank. Then github will trigger the final step which will trigger building the dependencies first.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top