woodpecker
woodpecker copied to clipboard
[Feature] Add support to link build assets
Clear and concise description of the problem
Currently it is not possible for Woodpecker plugins to integrate with the Ui. So it is for example not possible to download builds (which were saved with the drone s3 plugin, for example) directly from the Ui.
Suggested solution
A simple solution would be to give plugins the ability to store links in a build. These links are then displayed in the Ui. So, as a solution for my example, a download link to the build could be stored.
Alternative
A long term solution would be to allow plugins to integrate with the Ui. But since this is too much effort for now, it should be discussed in a separate feature request.
Additional context
No response
Validations
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
should probably be solved by #1006