Automatic Sync Source Code through RTC in Hudson
Hi,
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
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
I'm not sure what the context is here. The RTC workspace is not going to be automatically synced, you will have to maintain the workspace via the SCM CLI or the build Ant tasks.
~Spencer
Comments
Please everyone, we discovered a long old bug here.. if the users credentials fail, disable polling of the workspace.
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.
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.