Skip to content

global configuration

joao.ribeiro edited this page Jun 15, 2015 · 1 revision

xCP Environment - Configure System.

Before configuring any Job that uses this plugin, you first need to setup an xCP Environment. You should create an xCP Environment for each product (and patch!) version of xCP that you need to use.

Required EMC Packages

For each xCP Environment, You will need to download from the EMC download site the xCP Designer and xms-tools packages.

You should extract both packages to a local directory on the same server running jenkins.

# adding version 2.1 Patch 10 under folder /opt/xCP2.1P10
$ mkdir -p /opt/xCP2.1P10
$ cd /opt/xCP2.1P10
$ unzip /path/to/archive/xms-tools-1.1.zip -d xms-tools-1.1
$ tar xvf /path/to/archive/xCPDesigner_linux64_2.1.tar

Registering an xCP Environment

To create an environment, access the Manage Jenkins > Configure System screen and locate Documentum xCP Plugin section. After expanding the environment list, click on Add xCP Environment.

globalconfig1

Set a (unique) environment name as well as the full path to both xCP Designer and xms-tools folders. Don't forget to press the Save button after all the changes.

globalconfig2

That's it, you can now use your new configured environment for creating your build or deploy jobs (or both...).