Skip to content

RAN-Container-Parent: Auto-generate artifact in failure case

RAN-Container-Parent uses Jenkinsfile-GitLab-Container, which only triggers sub pipelines, then collects their results. However, if a sub pipeline did not generate an artifact, the result was skipped. It would also not show it in the automatically generated result page, when it should.

Remedy this by automatically generating a file with a link to the pipeline if the artifact could not be retrieved, which

  1. Will give a link, which is easier for developers to follow to the pipeline than manually clicking through Jenkins,
  2. Makes the failed pipeline appear in the list of failed pipelines.

Merge request reports

Loading