triggering a build
Hi,
I have taken over TC from a colleague.
Confused by what I see about build triggering.
In one project, setting show
Build triggering
Build configuration is active (triggering enabled).
Trigger build by vcs check-in: ON
Quiet period: default, 60 seconds
Start new build if last build is failed: OFF
Triggering by time:
Daily at 06:00
This configuration depends on: not configured
This makes sense and the build occurs as and when.
Another project shows
Build triggering
Build configuration is active (triggering enabled).
Trigger build by vcs check-in: OFF
Quiet period: default, 60 seconds
Start new build if last build is failed: OFF
Triggering by time: not configured
This configuration depends on: not configured
This is confusing because the build does run - last time was this morning. Yet checkin builds are off. Time is off.
So what is causing the build to occur?
Please sign in to leave a comment.
Hello John,
You can go to the build page and look for "Triggered by" information.
In your case, this may be a triggering by a snapshot dependency from another build configuration (see Dependencies tab on build results).
The build can also be started manually.
Kind regards,
KIR