[
https://issues.jenkins-ci.org/browse/JENKINS-9764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Kruse resolved JENKINS-9764.
---------------------------------
Resolution: Fixed
> Fix wrong create-project instruction
> ------------------------------------
>
> Key: JENKINS-9764
> URL: https://issues.jenkins-ci.org/browse/JENKINS-9764
> Project: Jenkins
> Issue Type: Bug
> Components: clearcase-ucm
> Reporter: Lars Kruse
> Assignee: Christian Wolfgang
> Fix For: current
>
>
> When PUCM creates the read-only branch for the stream and there is no
> "Hudson" project available the stream is created in the current project
> instead, and a warning is issued:'
> {{*The build project was not found. You can create the project with:
> "cleartool mkproject -c "Your special build Project" -in
> rootFolder@\your_pvob yourBuildProject@\your_pvob".*}}
> {{*Since there's no build project in ClearCase, pucm have made an extra
> stream in your integration stream to build in*}}
> Problem is that this instruction is not correct:
> If you create the UCM project named "Hudson" from the GUI you are OK, but if
> you created it using the cleartool command above you will get a UCM project
> without an integration stream, so it's not enough. you have to go something
> like:
> {color:green}{{cleartool mkproject -c "Hudson project" -in RootFolder@\[YOUR
> PVOB] hudson@\[YOUR PVOB]}}
> {{cleartool mkstream -int -in project:hudson@\[YOUR PVOB] hudson_int@\[YOUR
> PVOB]}}
> {color}
--
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