Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to load RTC workspace into Build Forge Workspace

 Hi all,
I have configured RTC and Build Forge. 
1. I have created build engine and build definition in RTC.
2. In build forge I have created environment with four variables ( Repository_Address,Build_User, Build_Password, Build_Engine_Path)
I have created project with the environment and with two steps. 
Step1 has command .source JazzJBE. 
Step2 has command 
cd ${team_scm_fetchDestination}/Addition 
g++ main.cpp -o main
3. under Jazz source control tab in build definition. I have selected proper workspace for build workspace
4. under load option I have specified the path to load BF workspace.
 
when I request for build. It fails and found my BF workspace as blank.

Can somebody help me on this.

Regards,
Deepali Nigade

0 votes



One answer

Permanent link
${team_scm_fetchDestination} has to be defined in BF as well otherwise it will be blank.  You can define the same variable in your BF project environment and RTC should copy it over when the build starts.

~Spencer

0 votes

Comments

 I have defined ${team_scm_fetchDestination} value to default in BF.I have found in the logs, The value for ${team_scm_fetchDestination} is the BFWorkspace in which I am loading RTC workspace. As BFWorkspace is blank, its is unable to find the source code for execution.


 Can somebody guide me on this issue.  

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,122
× 1,701

Question asked: May 24 '16, 7:03 a.m.

Question was seen: 3,503 times

Last updated: May 27 '16, 2:02 a.m.

Confirmation Cancel Confirm