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

Using Jenkins RTC, trying to get the checkout to go directly to a directory

Trying to optimise build times by removing the step of RTC copying a build over to RTC_EXTRACTS before copying it back to build. Using Jenkins RTC, trying to get the checkout to go directly to a directory instead of using  "buildDefinition:"JOBIDStreamBuild"". <style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} </style>

This is the checkout code within a try-catch statement:

<style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.Apple-tab-span {white-space:pre} </style>

pipelineWorkspace = "${env.WORKSPACE}"

println "PipelineWorkspace is ${pipelineWorkspace}"

checkout scm : [ $class : "RTCScm", overrideGlobal: false, timeout:4800, buildType :[value:"buildDefinition", buildDefinition:"JOBIDStreamBuild", buildWorkspace:null, loadDirectory:"${pipelineWorkspace}"]]


Have tried with the loadDirectory but still points to RTC_EXTRACTS. Wondering if this problem can be solved or something RTC needs to carry out.

0 votes

Comments

Sorry, but this does not provide any useful information to me.  


Be the first one to answer this question!

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
× 6,121
× 562
× 151

Question asked: Aug 19 '19, 4:37 a.m.

Question was seen: 2,449 times

Last updated: Sep 18 '19, 4:22 a.m.

Confirmation Cancel Confirm