Deploy to JBoss 7 using Hudson Deploy plugin
Posted
by
Uluk Biy
on Server Fault
See other posts from Server Fault
or by Uluk Biy
Published on 2012-09-18T08:57:43Z
Indexed on
2012/09/18
9:39 UTC
Read the original article
Hit count: 626
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 : 9990
It is not a separate job.
© Server Fault or respective owner