logo Axolo

Notification

  • Published on
    Developers are more productive when they have a continuous integration/continuous delivery (CI/CD) pipeline in place. GitLab CI/CD is a popular tool for managing pipelines, and one of its great features is the ability to send notifications to Slack. With Slack notifications enabled, developers can get real-time updates on the status of their pipeline, so they always know what's happening with their code changes. In addition, Slack notifications can help to improve collaboration among team members by providing a central place for discussion and feedback.
  • Published on
    Developers are more productive when they have a continuous integration/continuous delivery (CI/CD) pipeline in place. GitLab CI/CD is a popular tool for managing pipelines, and one of its great features is the ability to send notifications to Slack. With Slack notifications enabled, developers can get real-time updates on the status of their pipeline, so they always know what's happening with their code changes. In addition, Slack notifications can help to improve collaboration among team members by providing a central place for discussion and feedback.
  • Published on
    In order to receive the right information in your Slack, there are two possibilities to set up notifications for GitHub Actions. The first one is to implement a GitHub Action in your repositories and that will use the Slack API with a OAuth token, the second one is to install an application with a user interface to set up your notifications. We’re going to explain the best of both worlds in this article.