Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The base version of Jenkins used by the plugin has deprecated build.getArtifacts(), which we use for storing the logcat file.
It seems we need to do something with StandardArtifactManager instead.
Just saw a post on the mailing list that seemed to suggest `build.getArtifactManager().archive(…);`.