Automatic Sync Source Code through RTC in Hudson
I am new to Hudson world.
I want to sync my Workspace through RTC in Hudson.
I have mentioned Correct URL.
I am not understanding what is "Workspace Mapping" parameter for.
I specify its are my Workspace name.
When I Build the project i could see the following logs.
Started by timer
RTCSCM: Preparing to run a CheckoutTask.
RTCSCM: Workspace to check out: []
RTCSCM: Start the CheckoutTask.
RTCCheckout: Inside CheckoutTask.Invoke()
RTCCheckout: About to checkout
RTCCheckout: Completed the checkout?: true
RTCSCM: Completed the CheckoutTask.
Finished: SUCCESS
Please help me how to automatically sync workspace
2 answers
Comments
Hi Spencer
Are you aware of any work to add RTC as an SCM "provider" in Hudson (or Jenkins). This would remove the need to use the commandline when using the predefined Hudson build specification.
thanks
anthony
I wrote an integration, but am held up by legal on that. Deluan has his own integration here. Its mostly complete, but he hasn't done anything lately with it, but it would get you started. https://github.com/deluan/rtc-build-plugin
My customer pointed me to the following:
http://updates.jenkins-ci.org/download/plugins/rtc/
The plugin dev page is here - https://wiki.jenkins-ci.org/display/JENKINS/Rational+Team+Concert+Plugin
They had the setup running in an afternoon and it all seems to work - no problems as yet.
.... and just realised it is the one Deluan wrote :-)
bad things happen when u have too many failed logons concurrently.. (ours was up near 6 a second, people forget where they have coded their credentials on build orchestration systems)..
hudson/jenkins still has this problem.