Logging improvements
parent
84c1ad2ca0
commit
58146ffdd8
|
|
@ -2179,18 +2179,18 @@ class RemoteBuilder {
|
||||||
echo 'Cloned ${repo2}'
|
echo 'Cloned ${repo2}'
|
||||||
#
|
#
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Cloning main repo without LFS'
|
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||||
${initializeSourceRepoForCaching}
|
${initializeSourceRepoForCaching}
|
||||||
|
echo 'Source repository initialized'
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'cache pull'
|
echo 'Checking cache for the Unity project Library and git LFS files'
|
||||||
${handleCaching}
|
${handleCaching}
|
||||||
|
echo 'Caching complete'
|
||||||
#
|
#
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Tree for the folder of this specific build:'
|
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||||
tree -L 3 ${buildPathFull}
|
tree -L 3 ${buildPathFull} > ${repoPathFull}/buildVolumeReport.txt
|
||||||
echo ' '
|
ls -lh /${buildVolumeFolder} > ${repoPathFull}/buildVolumeReport.txt
|
||||||
echo 'Root build volume folder:'
|
|
||||||
ls -lh /${buildVolumeFolder}
|
|
||||||
#
|
#
|
||||||
`,
|
`,
|
||||||
], `/${buildVolumeFolder}`, `/${buildVolumeFolder}/`, [
|
], `/${buildVolumeFolder}`, `/${buildVolumeFolder}/`, [
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -125,18 +125,18 @@ class RemoteBuilder {
|
||||||
echo 'Cloned ${repo2}'
|
echo 'Cloned ${repo2}'
|
||||||
#
|
#
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Cloning main repo'
|
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||||
${initializeSourceRepoForCaching}
|
${initializeSourceRepoForCaching}
|
||||||
|
echo 'Source repository initialized'
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'cache pull'
|
echo 'Checking cache for the Unity project Library and git LFS files'
|
||||||
${handleCaching}
|
${handleCaching}
|
||||||
|
echo 'Caching complete'
|
||||||
#
|
#
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Tree for the folder of this specific build:'
|
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||||
tree -L 3 ${buildPathFull}
|
tree -L 3 ${buildPathFull} > ${repoPathFull}/buildVolumeReport.txt
|
||||||
echo ' '
|
ls -lh /${buildVolumeFolder} > ${repoPathFull}/buildVolumeReport.txt
|
||||||
echo 'Root build volume folder:'
|
|
||||||
ls -lh /${buildVolumeFolder}
|
|
||||||
#
|
#
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue