Deploy to JBoss 7 using Hudson Deploy plugin

deploymenthudsonjboss

I have 2 machines where one of them contains the Hudson CI and other JBoss 7 AS. In Hudson, I have installed "Deploy Plugin", created new job and filled required JBoss manager user connection fields. When I run the job, the project successfully built however the deployment process to remote JBoss AS is not being triggered. No errors or messages about the deployment in log. What should I do?

EDIT
The deployment is triggered (at least expected) as "Post-build Action" with parameters:

[x] Deploy war/ear to a container  
WAR/EAR files              : **/*.war  
Container                  : JBoss 7.x  
Manager user name          : test  
Manager password           : * * * *
JBoss URL                  : http://192.168.1.2  
JBoss JMX Management port  : 9999

It is not a separate job.

Best Answer

Please describe your job setup a bit more in detail, specifically how are you triggering the deploy as a post build step or triggering a dependent job?

If possible viewing the config.xml can help.

Related Topic