RTC 4.0.1 integration with Jenkins - personal build request - how do you specify a personal "load directory space"
In a previous forum entry I asked this question
In reviewing the article below since the recommendation is to use a "jazz source control" tab with a created build workspace - when requesting a build can you request the build with the option "personal build" where the requestor specifies their repository workspace as the "source" for the build?
https://jazz.net/wiki/bin/view/Main/JazzScmWithJenkins
And the answer was ------
It seems like a personal build should work properly. Even though you specify the typical build repository workspace on the scm tab, you are also specifying the load workspace explicitly, per the wiki article "JazzWorkspace".
However when you request a personal build option you are requested to enter a repository workspace and possibly a "component load rules" entry - but - no option to specify a "personal load directory"
In the buildOnHudsonJenkinsAdvanced build script there is this line indicating that the value of workingDir must match the "load Directory" value in the build definition.
<property name="workingDir" value="C:/RTC02_Base/Dev"/> <!-- Must match the value in the RTC build definition load directory. -->
So how can you request a personal build and specify a "personal load directory" value?