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.

link|improve this question

75% accept rate
1  
You probably not only want to know whether deployment failed but also have a mechanism in place to revert to the previous deployment in case the newer deployment did in fact fail. – John Jan 13 at 19:39
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.