-
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
[JENKINS-36524] Prevent localPath with not value for library deployment
Workflow | Original: JNJira [ 173237 ] | New: JNJira + In-Review [ 185012 ] |
Labels | New: weblogic-deployer-plugin-3.6 |
Labels | Original: weblogic-deployer-plugin-3.6 |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description |
Original:
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 use a default localPath when no value is set and add a warning in the log file |
New:
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 use a default localPath when no value is set and add a warning in the log file The temp directory will be used by default. |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Description |
Original:
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 use a default localPath when no value is set and add a warning in the log file The temp directory will be used by default. |
New:
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 use a default localPath when no value is set and add a warning in the log file The temp directory will be used by default. The plugin uses org.apache.commons.net.ftp.FTPClient. line 55 FTPUtils if(! ftpClient.storeFile(transfertConfiguration.getRemoteFilePath(), localFileToTransfert)) { |
Labels | New: weblogic-deployer_plugin_4.0 |
Description |
Original:
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 use a default localPath when no value is set and add a warning in the log file The temp directory will be used by default. The plugin uses org.apache.commons.net.ftp.FTPClient. line 55 FTPUtils if(! ftpClient.storeFile(transfertConfiguration.getRemoteFilePath(), localFileToTransfert)) { |
New:
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 use a default localPath when no value is set and add a warning in the log file The temp directory will be used by default. The plugin uses org.apache.commons.net.ftp.FTPClient. line 55 FTPUtils if(! ftpClient.storeFile(transfertConfiguration.getRemoteFilePath(), localFileToTransfert)) \{ Ajouter une trace dans les logs pour faciliter l'analyse. |
Summary | Original: Set a default localPath when there's not value | New: Prevent localPath with not value for library deployment |