Final Builder action to trigger FBServer projects


I would like to trigger FB Server projects via an FB script.

I can do this currently with team city using http get requests. would this be at all possible with final builder server ? It would be even better if there was an action that could do this out of the box.

I would also like to be able to create new projects via a FB action.

example, I want to create a new branch of a product via source control, and add appropriate projects to perform continuous integration. I can automate the process of branching my products, however I’m still tied to a manual step of having to configure a new FB Server project. All I’m required to do is clone a project and tweak the name, triggers, script parameters, however when theres multiple products connected to the same release this can be a fair amount of work.

Regards,

-Dave.

I’ve just noticed I’ve placed this in the wrong wish list. can somebody move this thread ?

Hi David,

You are able to start projects from a FinalBuilder project by using the Web Service actions with the FinalBuilder Server web service, please find the attached project which demonstrates how to do this.

  > I would also like to be able to create new projects via a FB action.

This isn't possible at the moment, but I'll add a note to the feature request list for a future version.

Regards,
Paul.

StartProjectFromFB.fbz6 (2.475 KB)