Build Request Error
Hi All
I am using hudson jenkins build
After requesting build from rtc through build definition, build fails.
Error is:
RTC Checkout: Fetching files to fetch destination"/root/Documents/RTCJenkinsCode"
FATAL: RTC: checkout failure: Failed to create /root/Documents/RTCJenkinsCode/.jazz5
Can anyone solve this
|
One answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Dec 14 '21, 10:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER An RTC "sandbox" is the root directory on disk where RTC version-controlled files are loaded.
In your example above, the sandbox root directory is "/root/Documents/RTCJenkinsCode".
Metadata for the sandbox is stored in a ".jazz5" subdirectory.
Apparently, the user account that is running the Jenkins build cannot create the .jazz5 subdirectory.
So you will want to check whether the sandbox root directory exists on the build machine, and whether the user account that is running the build has permission to create a .jazz5 subdirectory in the sandbox root directory.
|
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.