RTC Jenkins - Load & Build Options only for changed components.
I have a query relating to Jenkins loading : Let’s assume build has already happened for one of the repository workspace. Now the developer will make a change in specific component and give a build again.
One answer
There are two parts to your query:
1. A mechanism to load only a subset of components
2. A mechanism to build only a subset of components
Comments
As per your point #2 , I can see the change option under Jenkins Job build. it will give you the changes which was done on the component related to last build, but its building whole workspace(all the component) not only changed component.
Can you explain if i want to build only that component which got changed under the repository workspace. How RTC will handover the changed component to Jenkins for building?
Comments
Sridevi Sangaiah
JAZZ DEVELOPER May 31 '19, 4:51 a.m.In the Jazz Source Control configuration of your build definition, is the " <label class="deleteDirLabel" for="deleteDirCheckbox"> Delete the directory before loading </label> " option is checked?
Raj Kumar
Jul 15 '19, 3:26 a.m.Sridevi Sangaiah
JAZZ DEVELOPER Jul 15 '19, 6:20 a.m.Right, "Delete the directory before loading" option deletes everything before loading. Is it that you want to reduce the time taken for a build, by loading and building only changed components?
Raj Kumar
Jul 16 '19, 1:01 a.m.Do you have idea how to do that? or is there any thing available already and i am not aware of it.