Job Artifacts
Last updated
Last updated
Allows users to store the job output and can be downloaded from the job UI.
The feature is only enabled if PrimeHub store and PHFS is enabled.
To put artifacts in a job, just create an artifacts
folder (or said /home/jovyan/artifacts
) and put files to be copied here. The steps are
Create a job with the command
Go to the detail page of the newly created job.
Wait for the job completed
Go to the Artifacts tab. You will see all the two artifacts we just created
We can also create a symbolic link artifacts
to the actual folder where the files to copy out are located.
Create a job with the command
Go to the newly created job detail page.
Wait for the job completed
Go to the Artifacts tab. You will see all the two artifacts you just created
By default, the artifacts are kept only 7 days. The system will clean up the expired artifacts everyday.
By default, a job can have at most 100MB
by size and 1000
artifacts. If a job exceeds the limit, no files would be copied.