-
Provides persistent artifact store
- To pass data between jobs in a single workflow
- Long-term storage
-
Three types of artifacts:
- Job artifacts for collecting debug data
- Workflow artifacts are ideal for passing data from one job to another
#Linux Cheat Sheet
##File Commands:
- ls – directory listing
- ls -al – formatted listing with hidden files
- cd dir - change directory to dir
- cd – change to home
- pwd – show current directory
- mkdir dir – create a directory dir
- rm file – delete file
