|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I solve the problem by adding the 2 ibm jar (com.ibm.ws.runtime_6.1.0.jar and com.ibm.ws.admin.client_6.1.0.jar) in the lib directory of the plugin. Jenkins doesn't know the ibm class as websphere is on another server.
After a successful build, the result isn't perfect yet for our case.
Only the cluster is configured :
Module Web WebSphere:cell=CELLNAME,cluster=CLUSTERNAME
On the previous version of the plugin we had :
WebSphere:cell=CELLNAME,node=NODENAME,server=SERVERNAME
Expected result is :
WebSphere:cell=CELLNAME,cluster=CLUSTERNAME
WebSphere:cell=CELLNAME,node=NODENAME,server=SERVERNAME
I don't know if it is a standard Websphere configuration and if everybody needs this kind of conf.
I am a new on Websphere, i always work with tomcat environnement.
Thanks a lot for your work.