-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins:2.263.4, weblogic-deployer-plugin:4.1
Steps to reproduce
Install plugin, restart system.
Jenkins | Configure System | (no changes) | Save
Examine Configuration and observe:
Plugin has saved extraClasspath with invalid value: "null/server/lib/weblogic.jar".
There is no way to get of this.
It also adds empty values for configurationFilePath and excludedArtifactNamePattern (OK)
[jenkins]$ diff 2021-05-06_06-02-42/org.jenkinsci.plugins.deploy.weblogic.WeblogicDeploymentPlugin.xml 2021-05-06_06-30-26/org.jenkinsci.plugins.deploy.weblogic.WeblogicDeploymentPlugin.xml
2a3
> <configurationFilePath></configurationFilePath>
3a5
> <excludedArtifactNamePattern></excludedArtifactNamePattern>
5c7
< <extraClasspath></extraClasspath>
---
> <extraClasspath>null/server/lib/weblogic.jar</extraClasspath>