Release Automation

 View Only
  • 1.  Update Release Parameter

    Posted Dec 19, 2014 04:44 AM

    Hi,

     

    I am looking one release parameter which I can update during actual deployment  and reuse across all processes running after that.

     

    For example

     

    We have 4 process

     

    Process 1

    Process 2

    Process 3

    Process 4

     

    If I update paramter1="Test" then I would like to reuse same in other 3 process.

     

    However when I ever I use various parameter update it only reflect inside process and can not reuse values.

     

    I tried with ROC update however that does not working even.



  • 2.  Re: Update Release Parameter
    Best Answer

    Posted Dec 21, 2014 01:53 AM

    You can use “ROC - Update Deployment Property Value” action to set the value into Release property during process1 execution and in the rest of the steps use “ROC - Get Deployment Property Value” action to populate your relevant parameters

    Thanks

    Jacky



  • 3.  Re: Update Release Parameter

    Posted Jan 06, 2015 12:27 AM

    Thanks I used successfully it for inbuilt property called "Release Version" however multiple other attempts failed while using user defined parameters. I assume this only work with inbuilt parameters.