Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Description
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.
Attachments
Issue Links
- mentioned in
-
Page Loading...
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.