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?

Was it helpful?

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top