Builds continue even previouse fails

Hello

I have a Build in which I had gathered meta-runner builds as Build Steps. 

The execute step for each build is set to the following

 

The builds continue even when the previous build was not successfully completed.

Upon inspection of the meta-runner file, the value for teamcity.step.mode is set to default.

  <param name="teamcity.step.mode" value="default" />

Which value is the correct so next Build not will execute and the process will stop.

 

 

0
1 comment
Hi Mohammad,

Please refer to the following documentation page on the build step execution conditions: https://www.jetbrains.com/help/teamcity/2023.11/build-step-execution-conditions.html.
You can find a sample that uses the parameters that report step exit statuses (https://www.jetbrains.com/help/teamcity/2023.11/configuring-build-steps.html#Step+Status+Parameters) to create a custom condition there. You should be able to achieve the described scenario by using a similar configuration.

Best regards,
Anton
0

Please sign in to leave a comment.