Run Build Steps even on snapshot failure Follow
Answered
Hi, I am trying to make a build configuration that runs others builds and emails me the status of each built project after all have finished, it is a health check feature I want to run every night.
The problem I am facing is that the build configuration doesn't actually run if there was a failed snapshot, how can I overcome this and achieve this goal?
I am using a Regular build configuration because the Composite ones do not have Build Steps.
Thank you.
Please sign in to leave a comment.
You should be able to configure this behavior on each snapshot dependency in your build configuration. What setting do you have for the "On failed dependency" field?
Please see our documentation covering snapshot dependencies for additional information on these settings: https://www.jetbrains.com/help/teamcity/snapshot-dependencies.html
These settings did work.
Thank you, Eric.