[closed] Is there a way around logging into server when issuing SCM CLI commands from a build context?
Arne Bister (2.6k●1●28●32)
| asked Feb 05 '14, 5:00 p.m.
JAZZ DEVELOPER closed Feb 27 '14, 12:30 p.m.
@all ,
when calling SCM CLI commands from either a commandline build in RTC or an ANT build (wrapped as ANT tasks) I found no way around actually issuing the >scm login command before anything else. It seems kind of counterintuitive that I would have to do that, given that the build obviously is running in an authorized session already. Is there any way I could reuse that build session with the server rather than having to login / logout for each (set of) SCM command(s) run during the build? I already worked through the articles 195 , 978 , 1031 on jazz.net as well as the Build FAQ, doc and samples. What am I missing? Any pointers highly welcome. - Arne |
The question has been closed for the following reason: "The question is answered, right answer was accepted" by abister Feb 27 '14, 12:30 p.m.
Accepted answer
One other answer
See the following jazz article . https://jazz.net/forum/questions/115922/rtc-command-line-interface-password-encryption
|