3 Layer tree only
parent
69bb893d4e
commit
61278d5a23
|
|
@ -2118,8 +2118,12 @@ class RemoteBuilder {
|
|||
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
|
||||
${builderPathFull}/dist/remote-builder/handleCaching.sh ${branchName} ${libraryFolderFull} ${purgeRemoteCache}
|
||||
#
|
||||
echo ''
|
||||
#
|
||||
echo 'Tree for the folder of this specific build:'
|
||||
tree ${buildPathFull}
|
||||
tree -L 3 ${buildPathFull}
|
||||
#
|
||||
echo ''
|
||||
#
|
||||
echo 'Root build volume folder:'
|
||||
ls /${buildVolumeFolder}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -13,6 +13,7 @@ if [ ! -d $cacheFolderFull/$branchName ]; then
|
|||
mkdir $cacheFolderFull/$branchName
|
||||
echo "creating new cache branch folder for: ${branchName}"
|
||||
fi
|
||||
|
||||
echo "Library cache for branch: $branchName"
|
||||
ls $cacheFolderFull/$branchName
|
||||
echo ''
|
||||
|
|
|
|||
|
|
@ -127,8 +127,12 @@ class RemoteBuilder {
|
|||
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
|
||||
${builderPathFull}/dist/remote-builder/handleCaching.sh ${branchName} ${libraryFolderFull} ${purgeRemoteCache}
|
||||
#
|
||||
echo ''
|
||||
#
|
||||
echo 'Tree for the folder of this specific build:'
|
||||
tree ${buildPathFull}
|
||||
tree -L 3 ${buildPathFull}
|
||||
#
|
||||
echo ''
|
||||
#
|
||||
echo 'Root build volume folder:'
|
||||
ls /${buildVolumeFolder}
|
||||
|
|
|
|||
Loading…
Reference in New Issue