How to deliver changes to RTC from Jenkins job?
I would like to check in / deliver some build results to an RTC stream from a Jenkins pipeline job.
|
One answer
Lakshmi Narasimhan T V (441●5)
| answered Mar 28 '17, 12:14 p.m.
JAZZ DEVELOPER edited Mar 28 '17, 12:20 p.m. If you are using pipeline jobs, there is a withCredentials step that allows you inject username,password from a credentials object into variables that can then be used in the scm/lscm command. Comments
Evin Robertson
commented Mar 28 '17, 12:29 p.m.
Thanks, the credentials-binding plugin works to get the username/password to lscm. Now my problem is that RTC thinks my workspace (created with "checkout scm") is out of sync.
Problem running 'checkin': Local file system is out of sync. Run 'lscm load' with --force option to reload the workspace.
Lakshmi Narasimhan T V
commented Mar 28 '17, 12:52 p.m.
| edited Mar 28 '17, 12:53 p.m.
JAZZ DEVELOPER
Do you get the same error when using scm command instead of lscm? |
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.