BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Using Jenkins to automatically deploy new BPM applications remotely

    Posted Tue March 07, 2017 10:43 AM

    Is it possible to run a wsadmin interface remotely in such a way that I could use Jenkins to automatically deploy new BPM applications remotely (from a dev server to a qa server, for example)?



  • 2.  RE: Using Jenkins to automatically deploy new BPM applications remotely

    Posted Tue March 07, 2017 10:51 AM

    If you are using UrbanCode Deploy, you can take advantage of the BPM plugin:

    https://developer.ibm.com/urbancode/plugindoc/ibmucd/websphere-bpm/1-2/

    UrbanCode Deploy can trigger deployments to remote targets, and these deployment processes can be launched from Jenkins:

    https://developer.ibm.com/urbancode/docs/integrating-jenkins-ibm-urbancode-deploy/

    http://www-01.ibm.com/support/docview.wss?uid=swg21664334

    UrbanCode Deploy supports the notion of deploying to different Environments (which are logical collections of resources on target machines). It enables you to easily promote a deployment from a QA to a PROD environment.