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

Determine new issues #33

Open
pascalberger opened this issue Oct 19, 2018 · 0 comments
Open

Determine new issues #33

pascalberger opened this issue Oct 19, 2018 · 0 comments

Comments

@pascalberger
Copy link
Member

In case of a project containing some issues, we should determine which issues are caused by a specific pull request.

Approach:

  • Store log files as artifacts on build system
  • Check if a pull request buid
  • Get target branch from pull request system
  • Determine last successful build of target branch at time source branch was branched or earlier
  • Retrieve log files from build system
  • Parse old log files
  • Compare log issues from old logfiles with current issues
  • Filter issues reported to pull request system to issues not already available in the old logs
  • Add column to issues report to mark new issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant