woodpecker-ci / woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
4.3k stars 371 forks source link

error message in UI does not point to workflow / yaml file #4376

Open smainz opened 1 week ago

smainz commented 1 week ago

Component

web-ui

Describe the bug

When there is an error in one of the workflows , the UI does not show which file is causing the error:

In this project I have build.yml and release.yml and the UI gives me that:

image

The error was in workflow release.yml (which was not triggerd), but not in build.yml.

Steps to reproduce

Schould be obvious

Expected behavior

Ich would like to see, which file / workflow is causing the error.

System Info

Woodpecker 2.7.3 (docker image)

Additional context

No response

Validations