-
Bug
-
Resolution: Fixed
-
Major
Setting HP_RUN_ID only works if the build is not parameterized. If it is parameterized, HP_RUN_ID does not get passed to subsequent Ant scripts.
For it to work with parameterized builds also, you need to check for existing string parameters, merge in the new one, and replace the existing parameters.
See the attached patch for a fix.
thanks