feat: more granularity in failure reporting
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9772a9ddea
commit
a5675c9024
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user