You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I launch multiple runs (mvn) inside a loop, and then at the end I call the artifacts plugin to copy all the artifacts (in my case it's screenshots).
I am noticing that sometimes the artifacts for the run which finishes first are not copied, and I suspect it is because that machine has been reclaimed by another test before the second machine finished running.
I would like to know if there is a way to trigger the copy artifact command inside the loop, so that each machine copies them as soon as the tests are finished.
The text was updated successfully, but these errors were encountered:
I launch multiple runs (mvn) inside a loop, and then at the end I call the artifacts plugin to copy all the artifacts (in my case it's screenshots).
I am noticing that sometimes the artifacts for the run which finishes first are not copied, and I suspect it is because that machine has been reclaimed by another test before the second machine finished running.
I would like to know if there is a way to trigger the copy artifact command inside the loop, so that each machine copies them as soon as the tests are finished.
The text was updated successfully, but these errors were encountered: