-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
I'm working in a project using Jenkins. I tried to deploy a War file to Jboss server with Wildfly Deployer plugin.
When I deploy with Jboss AS 8 server (renamed to Wildfly) => It worked.
But when I deploy with Jboss AS 7(or older) or Jboss EAP => It failed(Error: FATAL: Unable to connect to controller.).
In the main page of Wildfly Deployer plugin(https://wiki.jenkins-ci.org/display/JENKINS/WildFly+Deployer+Plugin) they said:
"Deploys an application to a WildFly/JBoss server or server group."
Why it is not work with me.