automatic cap deploy on a successful Jenkins build

capistrano, jenkins

Solution

Would https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task do?

Problem

I would like Jenkins to perform ``` cap deploy ``` automatically on each successful build has someone done this or has any ideas how that could be done?

Original source