How can I use Jenkins plugin to just get files from an RTC workspace?
Accepted answer
In a freestyle job, under Rational Team Concert, you can use the "Just accept and fetch from workspace" option to load a RTC workspace.
See TeamConcert Plugin wiki page, under Job configuration, section 5.b.
See TeamConcert Plugin wiki page, under Job configuration, section 5.b.
Comments
Thanks this did the Trick!
One last thing. I have seen in another RTC plugin and it is mentioned in the wiki you linked about Load Rules.
I dont see that in my plugin but have to use 4.0.7 build toolkit as my servers is 4.0.7
Would that be why I dont see load rules in my plugin?
Load rules are available when using the build definition option in the plugin (to configure load rules, use the Jazz Source Control tab in the build definition). It is not available when you use the "Just accept and fetch from workspace" option. The related work is tracked here