-
Bug
-
Resolution: Fixed
-
Major
-
None
Since Hudson 1.357 this function will fail:
private String getFullPath(FilePath fp) {
FilePath parent = fp;
String path = "";
try {
while (parent.exists())
} catch (IOException ex)
{ Logger.getLogger(UpdateMatrixProperty.class.getName()).log(Level.SEVERE, null, ex); } catch (InterruptedException ex) { Logger.getLogger(UpdateMatrixProperty.class.getName()).log(Level.SEVERE, null, ex); } return path;
}
with this error on the "parent = parent.getParent();" line:
FATAL: String index out of range: -1
[JENKINS-6494] FilePath broken since 1.357
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 136589 ] | New: JNJira + In-Review [ 204117 ] |