0

Eg.

uDeploy documentation available related to Jenkins udeploy integration. We can specify only one component Name, one application name and one process name in udeploy plugin in jenkins. But I got multiple components attached to application in uDeploy, and I would like to configure these multiple udeploy components in Jenkins CI job. Please help me how to use multiple components in using jenkins job to invoke uDeploy.

itgeek
  • 549
  • 1
  • 15
  • 33

1 Answers1

0

There are 2 options recommended in the official documentation,

If you want to push artifacts from a single build into multiple components, you have some other options.

Use the command line client as part of your build to push new versions. Deliver each component to an alternate repository that UCD is monitoring such as a file system drop area, Maven repo or Rational Asset Manager.

Here are the documentations to the individual CLI command lines.

Step 1: Upload component version to code station

Step 2: Execute Application Process

These should get you started!