You can integrate the system with Rational ClearQuest to automatically create and update build records within a ClearQuest database.
The system can automatically create build records in your IBM Rational® ClearQuest® database, with links to the log data. Furthermore, when a job passes, the system can update the ClearQuest database, noting that the job is complete, recording the end time and a summary of the steps that were accomplished. This feature requires Rational ClearQuest version 7.0 or later.
You configure the ClearQuest integration via special environment variables. To link a project to a ClearQuest database, make sure the following variables are included in the project's environment.
Variable |
Description |
---|---|
CQ_DBNAME |
Name of the ClearQuest database you want to update. |
CQ_INTERACTION |
If your project environment has the correct environment variables defined to enable the creation of a ClearQuest build record, but you do not want to create the build record, set this variable to OFF to disable build record creation. To enable build record creation, set this environment variable to ON. Note: If you are using one of the ClearQuest adaptors,
set this environment variable to OFF.
|
CQ_USER |
Username to use when logging into the ClearQuest database |
CQ_RELEASE_NAME |
The name of the release within the ClearQuest database that you want to update. |
CQ_PASSWORD |
Password to use when logging into the ClearQuest database. Not required; defaults to blank |
CQ_DBSET |
The ClearQuest database set value. Not required; defaults to blank. |