|
||||||||
|
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 have the same problem. All settings seem to be correct. WebLogic 11 (10.3.6) , Jenkins v1.543 , Weblogic Deployment Plugin 2.9 . JDK 1.7 ... I will provide with any info needed. Here is the plugin configuration :
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://org.jenkinsci.plugins/WeblogicDeploymentPlugin"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://org.jenkinsci.plugins/WeblogicDeploymentPlugin plugin-configuration.xsd">
<weblogic-targets>
<weblogic-target>
<name>WebLogic11</name>
<host>http://dev.company.com</host>
<port>6001</port>
<login>user</login>
<password>user1111</password>
<authMode>BY_LOGIN</authMode>
<!-- -->
</weblogic-target>
</weblogic-targets>
</config>