Finish Build Trigger doesn't effect to trigger other build

In job A config setting , I set a Finish Build Trigger and select job B.

But when I run job A and wait finished, job B doesn't run as expect

0
1 comment
Hi,

In some scenarios, it is recommended to use the finish build trigger along with snapshot dependency: https://www.jetbrains.com/help/teamcity/2024.07/configuring-finish-build-trigger.html#Trigger+Limitations. Or, depending on the behavior, you need to implement, to use only the snapshot dependency. Please see the following section for the details on the difference between the two: https://www.jetbrains.com/help/teamcity/2024.07/configuring-finish-build-trigger.html#Finish+Build+Triggers+and+Snapshots.

>> In job A config setting , I set a Finish Build Trigger and select job B.
Please note that the above means that job A should be triggered when job B finishes. See https://www.jetbrains.com/help/teamcity/2024.07/configuring-finish-build-trigger.html#Trigger+Settings.

Best regards,
Anton
0

Please sign in to leave a comment.