RTC - RBF integration : Why doesn't triggering build in RBF work?
![]()
I've successfully set up two synchronized build definitions between RTC and RBF.
The first is a simple hello world build that I wrote in RBF. I can now trigger this from either RTC or RBF and both work fine. The second is an existing RTC build (definition). I can trigger this fine from RTC and it is offloading the build work to RBF fine and behaving propertly. However when I trigger the project in RBF it fails with the following message on the step that is loading the files from the Jazz SCM.... 6/14/13 5:47 AM EXEC 2013-06-14 05:47:08 [Jazz build engine] CRRTC3526W: Warning: Build engine with UUID "default" does not exist in the repository or user "jazzbuild" does not have permission to access it. 407 6/14/13 5:47 AM EXEC 2013-06-14 05:47:08 [Jazz build engine] No requests found. 408 6/14/13 5:47 AM EXEC 2013-06-14 05:47:08 [Jazz build engine] Exiting JBE after completing single build request, RC=1. 409 6/14/13 5:47 AM EXEC CRRTC3529I: Completed JBE execution, RC=1. 410 6/14I assume I should be able to trigger the project either directly in RBF or from linked RTC build definition? The problem looks to be that the properties in the RBF environment are still set to "default" which is causing issues when trying to integrate back to RTC. Can anyone offer advice on this? |