Skip to content

Fix MSBuild parser regression with masked **** paths in Jenkins logs#1487

Open
akash-manna-sky wants to merge 2 commits intojenkinsci:mainfrom
akash-manna-sky:issue-1476
Open

Fix MSBuild parser regression with masked **** paths in Jenkins logs#1487
akash-manna-sky wants to merge 2 commits intojenkinsci:mainfrom
akash-manna-sky:issue-1476

Conversation

@akash-manna-sky
Copy link
Copy Markdown
Contributor

Fix MSBuild parser regression with masked **** paths in Jenkins logs

Fixes #1476

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

@uhafner uhafner added the bug Bugs or performance problems label Apr 15, 2026
@akash-manna-sky akash-manna-sky marked this pull request as ready for review April 16, 2026 04:51
@uhafner
Copy link
Copy Markdown
Member

uhafner commented Apr 16, 2026

I wonder what happens in Jenkins then? When I have a file C:\***\file.txt then the file is reported as issue, but later on the file cannot be found in the workspace which produces another error.

@akash-manna-sky
Copy link
Copy Markdown
Contributor Author

I wonder what happens in Jenkins then? When I have a file C:\***\file.txt then the file is reported as issue, but later on the file cannot be found in the workspace which produces another error.

What should I do?

@uhafner
Copy link
Copy Markdown
Member

uhafner commented Apr 16, 2026

Wait for an answer in the issue. I asked the reporter for feedback...

I think your change will restore the old behavior but somehow is not the correct way to handle such files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs or performance problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MSBuild parser does not recognize warnings after JENKINS-56613

2 participants