How to detect tomcat deploy failure in Jenkins
https://stackoverflow.com/questions/22161640
Frage
I just set up Jenkins CI for building web applications(Spring Framework).
After job builds with new commits, post action triggered to deploy built .war file to tomcat by deploy plugin.
In this case, Is there any way to detect deploy failure? so that I can use command to deal with deploy failure(not build failure)?
Keine korrekte Lösung
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow