fix
parent
6ef8505576
commit
c964036d61
|
|
@ -2197,7 +2197,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
#
|
||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||
tree -L 3 ${this.buildPathFull} > ${this.repoPathFull}/preBuildVolumeReport.txt
|
||||
tree -L 3 ${this.buildPathFull}
|
||||
ls -lh /${buildVolumeFolder} > ${this.repoPathFull}/preBuildVolumeReport.txt
|
||||
echo ' '
|
||||
#
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -152,7 +152,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
#
|
||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||
tree -L 3 ${this.buildPathFull} > ${this.repoPathFull}/preBuildVolumeReport.txt
|
||||
tree -L 3 ${this.buildPathFull}
|
||||
ls -lh /${buildVolumeFolder} > ${this.repoPathFull}/preBuildVolumeReport.txt
|
||||
echo ' '
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue