An open API service indexing awesome lists of open source software.

https://github.com/drone-plugins/artifact-metadata-publisher


https://github.com/drone-plugins/artifact-metadata-publisher

Last synced: 5 months ago
JSON representation

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