I have a job configured to automatically deploy an application to a running server. I would like to know if Jenkins provides a way to verify if this application was deployed successfully. Ideally, the build should fail when the deployment fails.
feedback
|
|
Jenkins has a rundeck plugin which might perhaps be useful. Rundeck deploys the application, and can be setup to trigger a post-deployment build on Jenkins to perform tasks like running integration tests. Jenkins could be used to report the status of the deployment, however it might make more sense to use rundeck's dashboard instead. | |||
|
feedback
|