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

Violation reports require waiting for other concurrent builds to finish #94

Open
w0rp opened this issue Sep 30, 2016 · 0 comments
Open

Comments

@w0rp
Copy link

w0rp commented Sep 30, 2016

Hello there. I have been experiencing this issue with this plug in Jenkins.

  1. Start a build running on Jenkins which takes some time, and produces a violations report.
  2. Start a second build which will finish earlier than the first build.
  3. The second build will not finish until the first build completes.

Because the violations report cannot be generated, probably do to generating the line charts, until previous builds complete, longer running builds from before can prevent newer builds from completing. If you are using another plugin like GitHub integration, these delays the time taken to get feedback from tests, etc.

Is there some way to disable the line charts for violations report and get violations reports concurrently? So build 3 will be able to finish before build 2? Let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant