Table of Contents

  1. email
  2. webhook
  3. others?

At the end of a job or a job group, you can execute triggers based on the outcome of the job.

triggers:
  - action: trigger type
    condition: when to execute this trigger
    ...action-specific configuration...

Condition may be one of the following:

  • always: execute the trigger after every build
  • failure: execute the trigger after a failed build
  • success: execute the trigger after a successful build

The following actions are available:

email

Sends an email summarizing the build results.

Configuration

  • to: The value of the "To" header in the outgoing email, e.g. your email address or e.g. Jim Jimson <jim@example.org>, Bob Bobson <bob@example.org>. Required.
  • cc: The value of the "Cc" header in the outgoing email. Optional.
  • in_reply_to: The value of the "In-Reply-To" header in the outgoing email. Optional.
webhook

Submits the job status (as it would be returned by GET /api/jobs/:id) as a POST request to a specified URL.

Configuration

  • url: The URL to submit the HTTP request to
others?

Patches welcome!

About this wiki

commit 2363e949b197aaf3ed8c591cf029ae9bd6e56574
Author: Gary Kim <gary@garykim.dev>
Date:   2024-10-29T15:22:30-04:00

Update fedora supported versions

Signed-off-by: Gary Kim <gary@garykim.dev>
Clone this wiki
https://git.sr.ht/~sircmpwn/sr.ht-docs (read-only)
git@git.sr.ht:~sircmpwn/sr.ht-docs (read/write)