Jenkins workspace

How I can use jenkins workspace to store job output after the build ?
When I run the Job on a node (not the master), I have excel files in output and I want to have these files in the workspace.

Sorry for not answering your question:
If you want to store the results of a build, you should archive the artifacts - not expect that the workspace is still there.

How can I archive the artifacts?