Hi ,
I have an issue in local deployment using jenkins in jBoss.
Details Below
Server : Liunux server
Maven 3.2.1
Jboss 7.1.1
Problem :
I have two maven project build(Lets say Build1 and Build2) and i have two jBoss(JBoss1 and JBoss2) installed locally.
i need to deploy Build1 to JBoss1 and Build2 to Jboss2.
How can i tell jenkins that , Build1 should got to JBoss1 and Build 2 Should go to JBoss2.
Please help
Thanks and Regards