Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPL-102 Fixed issue with path processing when running server on Win #103

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

sparshev
Copy link
Collaborator

This fix is for rare case of running Jenkins server on windows. The tokenization is not the great way of processing and expecting proper array items on the output was quite silly. So I rewrote the function to use File mechanism of parsing the paths - on *nix it will properly work with *nix paths and on windows it will properly process the windows paths.

fixes: #102

@sparshev sparshev added the bug Something isn't working label Oct 19, 2022
@sparshev sparshev self-assigned this Oct 19, 2022
@sparshev sparshev merged commit 54365fd into master Oct 19, 2022
@sparshev sparshev deleted the MPL-102 branch October 19, 2022 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.ArrayIndexOutOfBoundsException
1 participant