Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to deploy the EAR application in Websphere Cluster environment using hudson or jenkins Websphere deploy plugin

My requirement is to deploy the EAR application in Websphere Cluster environment using jenkin's Websphere deploy plugin.

so where to i need to specify the details like server or cell or node or cluster .

I know we use an WAS61Adapter.properties file in hudson websphere-plugin [http://wiki.hudson-ci.org/display/HUDSON/Deploy+WebSphere+Plugin] version 1.0 , Do we need to mention in this property file [WAS61Adapter.properties] . If yes , what are the details ?

Thanks.

like image 961
Agassis Avatar asked Nov 22 '25 11:11

Agassis


1 Answers

I created a new jenkins plugin which may fit your needs.

https://wiki.jenkins-ci.org/display/JENKINS/WebSphere+Deployer+Plugin

like image 178
npn_or_pnp Avatar answered Nov 24 '25 00:11

npn_or_pnp