|
|
+ |
Download artifacts from a VFS server to the working directory.
|
|
|
+ |
Sync modes are set to determine what action will be taken with the files in the working directory as compaired to the files in the version being deployed. This is probably best described with examples. I will list the output of the download artifacts step given each mode of syncing.
|
|
|
+ |
Working directory contains 1.txt-4.txt from version 1, and a 5.txt, not from a version
|
|
|
+ |
Version 2 contains 1.txt, 2.txt, 3.txt (which has been modified), and NOT 4.txt
|
|
|
+ |
Compared to the previously deployed version, Sync will only download and overwrite changed files and delete those removed from this version.
|
|
|
+ |
Computed hashes for 3 files.
|
|
|
+ |
Downloading file '.\3.txt'
|
|
|
+ |
None will download and overwrite all files in this version, leaving any others.
|
|
|
+ |
Downloading file '.\1.txt'
|
|
|
+ |
Downloading file '.\2.txt'
|
|
|
+ |
Downloading file '.\3.txt'
|
|
|
+ |
<u>Scenario 3, Sync and Clean:</u>
|
|
|
+ |
Compared to the previously deployed version, Sync will only download on overwrite changed files and delete all others.
|
|
|
+ |
Computed hashes for 3 files.
|
|
|
+ |
Downloading file '.\3.txt'
|
|
|
+ |
Upload artifacts to a VFS server from the working directory.
|
|
|
+ |
===Verify Local Artifacts===
|
|
|
+ |
Compare artifacts on local machine with inventory.
|