https://github.com/drone-plugins/artifact-metadata-publisher
https://github.com/drone-plugins/artifact-metadata-publisher
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drone-plugins/artifact-metadata-publisher
- Owner: drone-plugins
- Created: 2023-01-21T10:54:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T13:49:31.000Z (about 1 year ago)
- Last Synced: 2026-01-04T08:32:49.881Z (5 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Publishes url to artifact tab via plugin step
Format to output the `PLUGIN_ARTIFACT_FILE` :
```
{
"kind": "fileUpload/v1",
"data": {
"fileArtifacts": [
{
"name": "",
"url": ""
}
]
}
}
```
Inputs to set as part of plugin settings:
1. artifact_file: Location of file to store data output