KBEA-00040 - The annotation file shows failed jobs that display a 0 (success) exit status

Article ID:360033190891
1 minute readKnowledge base

Summary

Your annotation file shows failed jobs that display a 0 (success) exit status.

Solution

This is how annotation shows a cascading failure in the face of using the -k option in Electric Make. The -k (or --keep-going) option is used to build unrelated targets when an error occurs.

If one of your prerequisites fails, you will also fail. Because you did not run, your exit status is 0. (Without -k, you will have an error, too, and the build unwinds.)

Examples

Now 'all' with have .

Applies to

  • Product versions: All

  • OS versions: All

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.