📄️ Artifacts & Workspace Management – Overview
This section covers how Jenkins handles build outputs and data sharing.
📄️ archiveArtifacts
The archiveArtifacts step is used to persist build outputs after a pipeline finishes.
📄️ stash & unstash
stash and unstash are used to share files between stages within the same pipeline.
📄️ Fingerprints
Fingerprints allow Jenkins to track which build produced or used an artifact.
📄️ Copy Artifacts
The Copy Artifacts mechanism allows Jenkins to reuse build outputs across jobs.