Skip to content

Adding Release Notifications

starksm64 edited this page Nov 9, 2021 · 2 revisions

Here are the steps for adding an email notification to the Jakarta Platform and TCK dev lists on release of an API artifact. Add this to your job that performs the staging release.

  1. Edit the release job by
  2. Enable the Editable Email Notification Post-build action
  3. Set the Project From field to a committer email that is subscribed to both the jakartaee-platform-dev@eclipse.org, and jakartaee-tck-dev@eclipse.org
  4. Set the Project Receiptient List to: jakartaee-platform-dev@eclipse.org,jakartaee-tck-dev@eclipse.org
  5. Set Content Type to Plain Text
  6. In the Default Content field, add a reference to the release version parameter of the build. In this example RELEASE_VERSION if the parameter. It also include the JAVA_HOME value, Default Content
  7. Click on Advanced... button to setup the Triggers
  8. Remove the on failure trigger: Failure Trigger
  9. Add the Success trigger with Recipient List as the Send To target: Success Trigger

Here is the full Post-build Action configuration: Success Trigger