hudson.tools.DownloadFromUrlInstaller#performInstallation
faild at call 'base.moveAllChildrenTo(expected)'
archived file example:
+- test +- sub +- sub
'test/sub'.moveAllChildrenTo('test') fail at hudson.FilePath
'test/sub/sub'.renameTo('test/') failed.
It caused by destination folder 'test/sub' that existed already.
[JENKINS-16846] hudson.tools.DownloadFromUrlInstaller#performInstallation faild when same named directory in archived file
Description |
Original:
hudson.tools.DownloadFromUrlInstaller#performInstallation faild at call 'base.moveAllChildrenTo(expected)' archived file example: {quote} +- test +- sub +- sub {quote} 'test/sub'.moveAllChildrenTo('test') fail at hudson.FilePath 'test/sub/sub'.renameTo('test/sub') failed. It caused by destination folder 'test/sub' that existed already. |
New:
hudson.tools.DownloadFromUrlInstaller#performInstallation faild at call 'base.moveAllChildrenTo(expected)' archived file example: {noformat} +- test +- sub +- sub {noformat} 'test/sub'.moveAllChildrenTo('test') fail at hudson.FilePath 'test/sub/sub'.renameTo('test/sub') failed. It caused by destination folder 'test/sub' that existed already. |
Description |
Original:
hudson.tools.DownloadFromUrlInstaller#performInstallation faild at call 'base.moveAllChildrenTo(expected)' archived file example: {noformat} +- test +- sub +- sub {noformat} 'test/sub'.moveAllChildrenTo('test') fail at hudson.FilePath 'test/sub/sub'.renameTo('test/sub') failed. It caused by destination folder 'test/sub' that existed already. |
New:
hudson.tools.DownloadFromUrlInstaller#performInstallation faild at call 'base.moveAllChildrenTo(expected)' archived file example: {noformat} +- test +- sub +- sub {noformat} 'test/sub'.moveAllChildrenTo('test') fail at hudson.FilePath 'test/sub/sub'.renameTo('test/') failed. It caused by destination folder 'test/sub' that existed already. |
Environment | Original: Windows | |
Labels | Original: jenkins windows | New: jenkins |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I made pull request https://github.com/jenkinsci/jenkins/pull/714