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