[
https://issues.jenkins-ci.org/browse/JENKINS-11824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161055#comment-161055
]
SCM/JIRA link daemon commented on JENKINS-11824:
------------------------------------------------
Code changed in jenkins
User: Vincent Latombe
Path:
src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java
http://jenkins-ci.org/commit/clearcase-plugin/4482660f2a39a366de77c401df623fddfc9bbd3e
Log:
[FIX JENKINS-11824] Can't use a env parameter for "Stream
selector" when recommended baseline is selected
https://issues.jenkins-ci.org/browse/JENKINS-11824
> 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