1. Giuseppe moglia
  2. PowerBuilder
  3. Tuesday, 3 September 2019 14:58 PM UTC

Hi Guys

 

I've set up an Source Control System with SVN and a Continous Integration system with Jenkins.

I've one workspace with 4 targets with some pbls shared

Moreover on different target I've the same object in different pbls

For instance for the target A the object X is in b.pbl and for the target C the object X is in d.pbl

So in my Jenkins job, in order to build the target A, I've to delete the d.pbl.src folder under ws_objects

and in my Jenkins job, in order to build the target C, I've to delete the b.pbl.src folder under ws_objects

The question is:

Orcascript regenerate all pbls (from objects under ws_objects) under my target or pbc170 does it itself

Which features (RAM, CPU, disk etc) has to have my Jenkins and autocompile machine to improve my performances?

Thanks

Roland Smith Accepted Answer Pending Moderation
  1. Tuesday, 3 September 2019 17:24 PM UTC
  2. PowerBuilder
  3. # 1

If the two versions of object X are identical, maybe you should move it to a library that is common amongst all the targets.

 

Comment
  1. Giuseppe moglia
  2. Wednesday, 4 September 2019 16:07 PM UTC
Hi Roland, thanks for your contribute

They are not identical

What about performances of orcascript and autocompiler? Do you have some hints about performances improvement? Thanks
  1. Helpful
  1. Roland Smith
  2. Wednesday, 4 September 2019 20:01 PM UTC
I don't have enough experience with autocompiler to say. It should be about the same as I believe it uses the same ORCA functions.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.