I am using Bamboo as my continuous integration server. I’ve defined my build projects using FinalBuilder (FB) and call the appropriate FB projects inside Bamboo using FB’s command line tool (FBCMD).
It seems that Bamboo runs commands in a pure environment without any environment variables defined. (despite what is mentioned in its spec !!!) So, many of my builds are failed due to the lack of INCLUDE variable used by VC++ compiler.
I’ve also tried the environment variables field of command configuration. But, only the first include path is taken into consideration and the rest is not considered at all.