-
Notifications
You must be signed in to change notification settings - Fork 232
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
java.util.ConcurrentModificationException if multiple stages in a pipeline archive reports #336
Comments
@daniel-beck have you seen something like that? |
We observe a similar error in our parallel test stages frequently and it seems to be in the GitSCM checkout step.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sometimes getting the following exception when running a parallel pipeline:
I think it's failing at the point of archiving cucumber reports, possibly because multiple stages are trying to do it at the same time. If I run the following pipeline I get fairly consistent failures
The text was updated successfully, but these errors were encountered: