I would like to have the build script behave differently if the build was scheduled vs triggered by a checkin vs triggered by another build. The most pressing need for me is to run more tests on the scheduled build.
I would like to have the build script behave differently if the build was scheduled vs triggered by a checkin vs triggered by another build. The most pressing need for me is to run more tests on the scheduled build.
Hello,
As a part of the 9.3 release, there will be a variable added (`bamboo.triggerReason.key`) that will be present in both the plan and deployment contexts (so it will be also accessible as a Task condition).
This variable will point out the key of the trigger reason e.g. `com.atlassian.bamboo.plugin.system.triggerReason:ManualBuildTriggerReason`.
Bamboo Development Team