Release Automation

  • 1.  Run all approved deployment

    Posted Sep 24, 2018 12:10 PM

    Hi everyone,

     

    What would be the best way to run all deployment that are "approved".

     

    Let me explain. Let's say we have a manual approval gate on environnement ABC. When the approver logs in and approves the deployment the deployment itself doesn't run automaticly (which is ok). Let's say we would like to log in on friday and kick all the deployment that were approved this week.

     

    We though about calling the following API : 

    POST /api/{versionId}/run-deployments

     

    Is it the best option ???

     

    In other works, we want to simulate a click on "Run" in approval-2.pgn.

     

    Deployment waiting to be approve :

    We want to "click" on Run.

     

     

    Best regards,

    GGV



  • 2.  Re: Run all approved deployment

    Broadcom Employee
    Posted Sep 24, 2018 12:42 PM

    Hi Guillaume,

     

    I think the "run-deployment" api is one option. Another option would be to schedule it. After the deployment is created you can open the details (like in the screenshots above). From there you will see a link for "Schedule" on the right side.

     

    I'm not suggesting that these are the only two options. This is the right place to get feedback from others and their implementations. 

     

    Regards,
    Gregg