Search code examples
pythoncruisecontrol.netnant

Run python script from CruiseControl.NET


Is is posible to run a python script from Cruisecontrol.Net ? Is there a CCNEt task or a nant task that can be used?


Solution

  • I don't think there is a built in python task, but you should be able to execute it by crafting an exec task.