Search code examples
securitycruisecontrol

Does Cruisecontrol need special account rights?


In my cruisecontrol build procedure (msbuild) I'm writing to a logfile. This is the error message that gets displayed

 MSBUILD : Logger error MSB4104: Failed to write 
to log file "C:\CruiseControl\projects\Framework\Output\Build". 
Access to the path 'C:\CruiseControl\projects\Framework\Output\Build' is denied.

Do anyone know what rights do I need to assign where?


Solution

  • The error message indicates that the user account that is used to run msbuild does not have access to the output folder 'C:\CruiseControl\projects\Framework\Output\Build'.

    Check whether this is really the case and give the appropriate permissions to that user account.