Not able to fetch the code - The UUID of the build engine is "default"
Hello ,
I am trying to execute a build from eclipse RTC client, for the same I have create a build engine and a build definition.
And after execution I am getting this message in the warning while executing first step of my BF project whcch is basically fetching of source code from RTC source control.
I crosschecked my engine exists in the repository and I have permission of requesting build for my userid - saujain .
Why it is showing the UUID of build engine us default ??
Is it correct ?
Please advice , where I am doing mistake.
Thank You
I am trying to execute a build from eclipse RTC client, for the same I have create a build engine and a build definition.
And after execution I am getting this message in the warning while executing first step of my BF project whcch is basically fetching of source code from RTC source control.
The build engine is either not in the repository, or it cannot be accessed by the following user: "saujain". The UUID of the build engine is "default".
I crosschecked my engine exists in the repository and I have permission of requesting build for my userid - saujain .
Why it is showing the UUID of build engine us default ??
Is it correct ?
Please advice , where I am doing mistake.
Thank You
Accepted answer
It is likely that you do not have an environment assigned to the project that is getting executed in BF from RTC. RTC has to synchronize the properties from its build definition to the BF project, so there must be an environment assigned so there is somewhere to save the properties. The engine getting assigned to Default in this case just means that the real engine value from RTC was never written to BF. So verify that the property engineUUID exists in an environment assigned to the BF project getting executed from RTC.
~Spencer
Comments
showing 5 of 25
show 20 more comments