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

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

0 votes



One answer

Permanent link

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.

0 votes

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,121

Question asked: Dec 14 '21, 2:35 a.m.

Question was seen: 963 times

Last updated: Dec 14 '21, 10:14 a.m.

Confirmation Cancel Confirm