feat: more granularity in failure reporting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-07-09 09:46:43 +02:00
parent 9772a9ddea
commit a5675c9024
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -73,6 +73,7 @@ steps:
❌ [Build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed to deploy. ❌ [Build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed to deploy.
event: **`${DRONE_BUILD_EVENT}`** event: **`${DRONE_BUILD_EVENT}`**
failed stage(s): **`${DRONE_FAILED_STAGES}`** failed stage(s): **`${DRONE_FAILED_STAGES}`**
failed step(s): **`${DRONE_FAILED_STEPS}`**
commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}` commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`
```{{commit.message}}``` ```{{commit.message}}```
{{/success}} {{/success}}
@ -119,6 +120,7 @@ steps:
❌ [Hourly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed to deploy. ❌ [Hourly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed to deploy.
event: **`${DRONE_BUILD_EVENT}`** event: **`${DRONE_BUILD_EVENT}`**
failed stage(s): **`${DRONE_FAILED_STAGES}`** failed stage(s): **`${DRONE_FAILED_STAGES}`**
failed step(s): **`${DRONE_FAILED_STEPS}`**
commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}` commit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`
```{{commit.message}}``` ```{{commit.message}}```
{{/success}} {{/success}}