Class StashManager

java.lang.Object
org.jenkinsci.plugins.workflow.flow.StashManager

public class StashManager extends Object
Manages per-build stashes of files. Unlike artifacts managed by ArtifactManager, stashes:
  • Are expected to be transferred to other workspaces during the build.
  • Generally are discarded when the build finishes.
  • Are not exposed as part of the build outside Jenkins, for example via REST.
  • Are stored in an archive format with a simple name, not necessarily related to filenames.