Checkout Job Items
This task copies involved items to <job_dir>
directory, gives status, path
and revision id information from each item.
Files will be inside a directory name after either
1) each repository Relative Path
, if not empty
2) each repository resource name
Example: for a Git repository named JAVA_APP
, the checkout path
will be:
$job_dir/$project_name/JAVA_APP
Which could translate to something like
/opt/clarive/jobs/DEV-234/MyProject/JAVA_APP
Note
The Git repository .git
directory is not copied to
the job repository directory after checkout.