Release Automation

 View Only
  • 1.  Remove an artifact version from an artifact package

    Posted May 28, 2018 11:58 AM

    Hi,

     

    We would like a feature in CA-RA to be able to remove an artifact version from an artifact package. Does this feature already exists ?

     

    There is an action to add an artifact verison (ROC - Add Version to Artifact Package) but not on to remove it.

     

    Regards,

    GGV



  • 2.  Re: Remove an artifact version from an artifact package
    Best Answer

    Broadcom Employee
    Posted May 28, 2018 12:40 PM

    Hello GGV,

     If you are looking for a ROC action I agree 100% with you and would request if you can move this to Idea section of communities and share with me, so I can also vote. As this feature is available on UI but not in available actions.

     

    On other hand, there is a REST API been exposed to achieve the same. Please find details of same below.

     

    http://NACURL:8080/datamanagement/a/api/v4/delete-artifact-version
    request:
    {
    "applicationName":"Test Application",
      "artifactDefinition": "test",
      "artifactType": "ewrwe",
      "version": "1"
    }
    response:
    {   "id": "*******",   "result": true,   "description": "Artifact-version deleted successfully" }

    Regards,

    Saurabh



  • 3.  Re: Remove an artifact version from an artifact package

    Posted May 30, 2018 12:12 PM

    This is so helpful ! Thanks a lot.

     

    I will transfert this into the idea section as you mentionned.

     

    Regards,

    GGV



  • 4.  Re: Remove an artifact version from an artifact package

    Posted May 30, 2018 12:17 PM

    Hi Saurabh,

     

    You can find my idea @ Remove an artifact version from an artifact package in ROC 

     

    Thanks,

    GGV



  • 5.  Re: Remove an artifact version from an artifact package

    Posted May 31, 2018 09:42 AM

    What would be very useful is a way to remove an artifact version from an existing package.

     

    Regards,

    GGV



  • 6.  Re: Remove an artifact version from an artifact package

    Posted May 31, 2018 02:03 PM

    HI Giullaume,

     

    Great suggestion - if you have a suggested enhancement to this product, please feel free to create an idea on it: Ideas

     

    Thanks,

    Melanie



  • 7.  Re: Remove an artifact version from an artifact package

    Posted Jun 01, 2018 01:29 PM