Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Typical Value

Notes

AGENTMETTLECMD

C:\MettleCI\cli\mettleci.cmd

The location of the Windows MettleCI command line interface (mettleci.cmd) on your Jenkins Node (Windows Agent host).

AGENTMETTLEHOME

C:\MettleCI

The location where temporary files are to be kept for the duration of the Jenkins build process..

ENGINEUNITTESTBASEDIR

/opt/dm/mci

The location of your MettleCI installation on your DataStage Engine tier.

IISDOMAINNAME

services_tier.your_corp.com:59445

Your DataStage Services tier and port.

IISENGINENAME

engine_tier.your_corp.com

Your DataStage Engine tier.

IISUSERNAME

isadmin

Your IIS user name.

IISPASSWORD

my_iisadmin_password

Your The name of the Jenkins Credentials entry that contains your IIS user’s password for this node.

See Protecting Sensitive Information used in Jenkins Pipelines for a detailed explanation.

IISPROJECTTEMPLATEDIR

/opt/IBM/InformationServer/Server/Template

The location of the project Template directory on your DataStage Engine tier.

MCIUSERNAME

mciworkb

The DataStage Engine tier user under which your MettleCI workbench is installed.

MCIPASSWORD

my_mciworkb_password

The Engine tier workbench name of the Jenkins Credentials entry that contains your Engine tier’s MettleCI Workbench installation user’s password.

See Protecting Sensitive Information used in Jenkins Pipelines for a detailed explanation.

You’ll see these values being used in various places within the supplied Pipeline templates. e.g.:

...