Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC Checkout code in groovy

Hello Team

I am working on groovy script where i need to Checkout(or download)  the component  from RTC .

Anyone have idea how do we solve this?

I have a sample code which is not working .

checkout([$class: 'RTCScm',
    avoidUsingToolkit: false, buildTool: 'current',
    buildType: [buildDefinition: 'ESM_CC-AS_ALM_Tooling_Dev',    
                value: 'buildDefinition'],
                credentialsId: buildUser,
                overrideGlobal: true,
                serverURI: 'https://rb-alm-06-p-si-01.de.bosch.com/ccm/',           //write the alm link
                timeout: 480])

please help

0 votes



One answer

Permanent link
there is SO much that has to be done when u are doing this in java/.groovy.  none of it documented..

I would just wrapper the SCM command

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,926

Question asked: Jun 07 '16, 9:48 a.m.

Question was seen: 2,658 times

Last updated: Jun 07 '16, 10:35 a.m.

Confirmation Cancel Confirm