Integrate with IBM® UrbanCode DeployThis extension provides build tasks that enable you to integrate with IBM UrbanCode Deploy using the command-line client. The IBM UrbanCode Deploy command-line client can be downloaded from this Maven repository. Create a IBM UrbanCode Deploy connectionCreate a Generic Service Endpoint and specify your IBM UrbanCode Deploy endpoint URL, username, and password, or just password for token authentication. Define your build processCreate a build definition to automate your build process. For detailed instructions on setting up a build definition, check out this. Add one of the IBM UrbanCode Deploy build tasks to your build steps and specify the input arguments. Use the IBM UrbanCode Deploy Component Version task to easily create a component version for the build, upload files to the component, link back to the build, and tag the component. Use the IBM UrbanCode Deploy Client task to run any command supported by the IBM UrbanCode Deploy command-line client. Install the IBM UrbanCode Deploy command-line client on your build agentThe IBM UrbanCode Deploy command-line client can be downloaded from this Maven repository. The task will look for the IBM UrbanCode Deploy command-line client on the path of your build machine. An alternate mechanism is to explicitly specify the location in the Advanced section of the task. This can be a local path on the build machine. You can also add udclient.jar to source control and specify the path to it. Learn moreMore documentation is available here. LicenseThe code is open-sourced under the MIT license. We love and encourage community contributions. |