4

My build configuration has 2 triggers;

  • Finish Build Trigger - Waits for a successfull build of another project
  • VCS Trigger - Checks if certain files have been changed/updated

I'm not entirely sure I have my VCS Trigger setup correctly but I can't seem to find out which trigger is starting the build to confirm my suspicions, is there a feature for this?

r0bb077
  • 732
  • 2
  • 11
  • 33

2 Answers2

4

On the build overview page (), there is a section called Triggered by (it is on the right-hand side, under the Agent section), where you can see if it was Git, or schedule trigger, or snapshot dependency, or something else.

cyberskunk
  • 1,722
  • 20
  • 22
0

Under your projects configuration, look at Build Chains. This should help give some clarity.

enter image description here

Troy Poulter
  • 677
  • 1
  • 8
  • 29
  • Had a quick read of the docs, it seems I need to have a Snapshot Dependancy to see this menu item?! https://confluence.jetbrains.com/display/TCD10/Build+Chain – r0bb077 Apr 12 '18 at 03:45