| Line 284... |
Line 284... |
| 284 |
Integer rtagId = new Integer(mRtagId);
|
284 |
Integer rtagId = new Integer(mRtagId);
|
| 285 |
|
285 |
|
| 286 |
if ( !buildErrorOccurred )
|
286 |
if ( !buildErrorOccurred )
|
| 287 |
{
|
287 |
{
|
| 288 |
mLogger.fatal("an error occurred publishing to ClearCase or Release Manager");
|
288 |
mLogger.fatal("an error occurred publishing to ClearCase or Release Manager");
|
| 289 |
mReleaseManager.excludeFromBuild(mReportingPackageVersionId, null, rtagId.toString(), null, rootCause, null, true);
|
289 |
mReleaseManager.excludeFromBuild(mReportingPackageVersionId, null, rtagId.toString(), null, rootCause, null, true, false);
|
| 290 |
throw new Exception("an error occurred publishing to ClearCase or Release Manager");
|
290 |
throw new Exception("an error occurred publishing to ClearCase or Release Manager");
|
| 291 |
}
|
291 |
}
|
| 292 |
|
292 |
|
| 293 |
// pass root file
|
293 |
// pass root file
|
| 294 |
mReleaseManager.excludeFromBuild(mReportingPackageVersionId, mReportingPackageVersion, rtagId.toString(), null, null, mReportingBuildFailureLogFile, true);
|
294 |
mReleaseManager.excludeFromBuild(mReportingPackageVersionId, mReportingPackageVersion, rtagId.toString(), null, null, mReportingBuildFailureLogFile, true, false);
|
| 295 |
}
|
295 |
}
|
| 296 |
}
|
296 |
}
|
| 297 |
|
297 |
|
| 298 |
if ( mUnitTest.compareTo("unit test coordinate slave threads") == 0 )
|
298 |
if ( mUnitTest.compareTo("unit test coordinate slave threads") == 0 )
|
| 299 |
{
|
299 |
{
|