opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Artifact upload fails when no manifest is present #694

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

When no artefact manifest is present (= created during ods-start), the final upload fails as it expects a present manifest.

In case artifact-source is empty, empty manifests should be created so that the upload can proceed.