Skip to content

Pipeline Onboarding and Document Uploading

Mihir Mehta requested to merge mbmehta/eclipse-graphene:AIO into main

This pull request enables the script:

  • To onboard pipelines.
  • To upload documents associated with each solution. Document storage is a three-step process:
    1. Storing the document on Graphene's Nexus repository.
    2. Creating a document using Graphene's document controller API. And storing the nexus link of the document.
    3. Creating an association between the solution and the document available on the Graphene.

Merge request reports