32 lines
976 B
JSON
32 lines
976 B
JSON
{
|
|
"artifacts": [
|
|
{
|
|
"id": "artifact-backend-dist",
|
|
"path": "backend/dist/package.tar.gz",
|
|
"sha256": "deadbeef",
|
|
"size": 1024,
|
|
"category": "core",
|
|
"source_uri": "https://repo.intra.company.local/releases/backend/dist/package.tar.gz",
|
|
"source_host": "repo.intra.company.local"
|
|
},
|
|
{
|
|
"id": "artifact-clean-release-route",
|
|
"path": "backend/src/api/routes/clean_release.py",
|
|
"sha256": "feedface",
|
|
"size": 8192,
|
|
"category": "core",
|
|
"source_uri": "https://repo.intra.company.local/releases/backend/src/api/routes/clean_release.py",
|
|
"source_host": "repo.intra.company.local"
|
|
},
|
|
{
|
|
"id": "artifact-installation-docs",
|
|
"path": "docs/installation.md",
|
|
"sha256": "c0ffee00",
|
|
"size": 4096,
|
|
"category": "docs",
|
|
"source_uri": "https://repo.intra.company.local/releases/docs/installation.md",
|
|
"source_host": "repo.intra.company.local"
|
|
}
|
|
]
|
|
}
|