-
Bug
-
Resolution: Fixed
-
Minor
Actually, When the plugin transfers a library to the remote server, it uses the localPath defined in the configuration.xml.
If no value is set, the plugins try to download to null/....
The improvement is to fail the deploy fir library if localPath is not defined and add a warning to ask the user to set a correct localPath.
- mentioned in
-
Page Failed to load
Code changed in jenkins
User: rachaumi
Path:
src/main/java/org/jenkinsci/plugins/deploy/weblogic/task/DeploymentTaskServiceImpl.java
http://jenkins-ci.org/commit/weblogic-deployer-plugin/20a9c60f110ee0562fc9cb41950d1814730f4412
Log:
JENKINS-36524# The deployment of a library without a remote dir setmust fail.