I\'m trying to configure Hudson so that I will be able to automatically deploy a build (a .war file) to Tomcat. The newly deployed build will then be used by someone to test the
I have several hudson jobs per projects:
mvn package -DskipTests
and deploys the war on tomcatI find that separating these made things easier, only the first job listens for SCM changes.
However, another way would be to let the 3rd job also listen to the SCM (but with a longer interval, perhaps an hour).