Provide CruiseControl AutoDeploy publisher
Brought to you by:
onofre
It can be great to "synchronize" the CruiseControl continuous integration tool.
Currently, it's asynchronous: the continuous integration tool build an artifact and AutoDeploy deploys it at one time (when the user request an update or when the scheduler launch an update).
Providing a CruiseControl publisher, CruiseControl can fire update on an environment or an application. So the deployment is synchronized (chained) with the build chain.
Reported to Kalumet Jira