[ 
https://issues.jenkins-ci.org/browse/JENKINS-11824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161057#comment-161057
 ] 

dogfood commented on JENKINS-11824:
-----------------------------------

Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! 
[plugins_clearcase #77|http://ci.jenkins-ci.org/job/plugins_clearcase/77/]
     [FIX JENKINS-11824] Can't use a env parameter for "Stream (Revision 
4482660f2a39a366de77c401df623fddfc9bbd3e)

     Result = SUCCESS
Vincent Latombe : 
Files : 
* src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java

                
> Can't use a env parameter for "Stream selector" when recommended baseline is 
> selected (fix attached)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-11824
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11824
>             Project: Jenkins
>          Issue Type: Bug
>          Components: clearcase
>    Affects Versions: current
>         Environment: Windows XP
>            Reporter: Tim Dossett
>            Assignee: Vincent Latombe
>            Priority: Minor
>             Fix For: current
>
>
> Using the env parameter "Parent_Stream" for the "Stream selector" when making 
> recommended baseline results in an error: 
>      cleartool chstream -rec -def ${Parent_Stream}
>      cleartool: Error: Unable to determine VOB for pathname ".". 
>      cleartool: Error: Unable to find stream "${Parent_Stream}". 
> Fix to expand the env variable for the make recommended baseline command:
>     UcmMakeBaseline.java, about line 305:
>     was:    recommendBaseline(clearTool, ucm.getStream());
>     now:    recommendBaseline(clearTool, Util.replaceMacro(ucm.getStream(), 
> variableResolver) );

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to