I am using jenkins for continuous deployment ,is it possible to deploy the single on to multiple servers ?
Asked
Active
Viewed 102 times
1 Answers
0
Yes, you can either use scripts or plugins in Jenkins to do this, or use something like octopus deploy to deploy the application. What works best for you depends on the the requirements for the application and servers you have.

Matias Snellingen
- 793
- 6
- 9
-
If you have any link as reference ,please share ! – Sidhartha Apr 11 '17 at 09:33
-
[With jenkins pipeline.](https://medium.com/@evasilchenko/continuous-deployment-of-django-applications-part-1-e3bc332bcbaf) [Octupus deploy with python application.](https://www.linkedin.com/pulse/octopus-deploy-python-bruce-van-horn?articleId=6980875186061122022) If you want more specific, it is a lot of easily searchable guides on google. – Matias Snellingen Apr 11 '17 at 09:41