Skip to content
notify.yml 301 B
Newer Older
nimrod's avatar
nimrod committed
---
notify on failure:
  stage: .post
  rules:
    - if: $CI_PIPELINE_SOURCE == "schedule"
      when: on_failure
nimrod's avatar
nimrod committed
  image: registry.hub.docker.com/curlimages/curl:7.76.1
  script:
    - >-
      curl https://notify.shore.co.il/send -d
      "Pipeline $CI_PIPELINE_ID of $CI_PROJECT_TITLE has failed."