Auto-Deploy Cap on Jenkins Successful Assembly

I would like Jenkins to perform

cap deploy

automatically at each successful assembly

did someone do this or have any ideas on how to do this?

+3
source share
3 answers

After the build, you can execute the shell script with any command that you like, so I would put the cap command there. Of course, Capistrano must be installed on the Jenkins system.

For more information on shell scripts, see the Jenkins Wiki .

0
source

-

cap deploy

" " -Build Actions .

0