The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate any incidents or status updates regarding the continuous integration and delivery pipeline. This information can then be favorably displayed in visualization and dashboarding applications.
Type: String
Required: Yes
Description: The heading of the announcement.
Type: String
Required: Yes
Description: The body of the announcement.
Type: String
Required: No
Description: A URI where further information can be obtained, if applicable.
Type: String
Required: Yes
Legal values: MINOR, MAJOR, CRITICAL, BLOCKER, CLOSED, CANCELED
Description: The severity of the announcement. The CLOSED and CANCELED values SHOULD only be used when following up a previous announcement, i.e. in conjunction with a MODIFIED_ANNOUNCEMENT link.
Version | Introduced in | Changes |
---|---|---|
1.0.0 | edition-bordeaux | Initial version. |