Forum Discussion

MulgraveTester's avatar
MulgraveTester
Frequent Contributor
8 years ago
Solved

Splitting a project into two projects then referencing project variables

My single project script executes up to 50 large DDTs sequentially so that the log file can become massive. Since my question here failed to come up with a method of breaking up the log file I am try...
  • tristaanogre's avatar
    8 years ago
    You cannot call routines across projects like that unless Slave Unit is actually a unit in Master project.

    I think you are on the right track in that you need to split your projects up. But, iirc, since you are using Jenkins to run them, simply run the projects that way rather than having to play with Master/Slave projects.