FinalBuilder action question

Hi

In CI we can add a finalbuilder action to run FB scripts

I wonder however what the button with the dots do where you need to add your FB project file.
It now produces a empty list but it would be great to have the FB project listed that are stored in f.i. a repository

Is that possible and how to accomplish that?

Peter

Hi Peter,

It should list the files with the extension of .fbp7, .fbz7,  .fbp8 or .fbz8 in your repository. 


It does this by searching the latest changeset in the repository cache. If you have only just created the repository or only just added the project files, then you will need to wait for the repository to initialise and the cache with the new changeset before the files appears in the repository cache. Another reason that they may not appear is because the latest changeset is a different branch to the one containing the project file. 


Thanks for the explantion now i understand the mechanism.

Peter