Question

I really like the one-click deployment feature of cloudbees jenkins and would like to use it for my own deployments.

Since i'm not running on run@cloud, is it possible to configure a shell script as a way of deployment or implement a custom plugin to hook into this feature?

Était-ce utile?

La solution

I have my own jobs that do the deployment. The easiest deploy jobs just call a shell script. Works as a charm and the jobs do everything I need. I can start them from a another job. They are super flexible since I can add as many parameters as I want for the deployment. The only shortcoming is, that I don't have that nifty looking link but I can life without it.

Autres conseils

Depending on the tools that you are usign, for example in my case I use sbt and I think you can add a task on sbt to deploy to a non cloudbees server.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top