webMethods

 View Only
Expand all | Collapse all

Azure DevOps and webMethods

  • 1.  Azure DevOps and webMethods

    Posted Thu December 31, 2020 09:03 AM

    Hello webMethods Experts,

    Is there any documentation on how ot integrate and automate the building and deployment of the service of webMethods assets using Azure DevOps pipeline.


    #Azure-Pipeline
    #ABE
    #Azure-DevOps
    #webMethods


  • 2.  RE: Azure DevOps and webMethods

    Posted Fri January 29, 2021 02:48 AM

    Hi Arpan,

    You can execute Powershell scripts remotely on the build server where ABE and deployer are installed and orchestrate with Azure Devops. If your build server is hosted on a Azure Windows or Linux VM, then you can even use self hosted agents to connect to the build server and execute your scripts.

    Regards
    Amarnath


    #Azure-DevOps
    #ABE
    #Azure-Pipeline
    #webMethods


  • 3.  RE: Azure DevOps and webMethods

    Posted Thu April 22, 2021 06:36 AM

    Thank you for your response. It worked.


    #ABE
    #webMethods
    #Azure-Pipeline
    #Azure-DevOps


  • 4.  RE: Azure DevOps and webMethods

    Posted Mon June 07, 2021 03:31 AM

    Where is the powershell to execute?


    #ABE
    #webMethods
    #Azure-Pipeline
    #Azure-DevOps


  • 5.  RE: Azure DevOps and webMethods

    Posted Sun July 04, 2021 07:23 AM

    Hi Talreja,

    The powershell scripts needs to be written in Azure DevOps site, but it needs to be executed in the system IS is installed. It could be on-premise server.
    To add the on-premise server in Azure DevOps, you need to go to agent pools and click on New Agent. Follow the steps for installing agent.


    #webMethods
    #Azure-Pipeline
    #ABE
    #Azure-DevOps