X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdeploy-maven-file.sh;h=a0b1f5e56f9e9fbeef48e2f5a018c65d79e8f28d;hb=c3150dcea8069e284ec52bf487541576a62687ab;hp=338a8c30f067aa644cccf7d43c0814e4f820fbc2;hpb=ed320523c5e3c70a6f54cf9f57369f8305f9b342;p=releng%2Fglobal-jjb.git diff --git a/shell/deploy-maven-file.sh b/shell/deploy-maven-file.sh index 338a8c30..a0b1f5e5 100644 --- a/shell/deploy-maven-file.sh +++ b/shell/deploy-maven-file.sh @@ -39,6 +39,8 @@ mkdir -p "$WORKSPACE/archives" while IFS="" read -r file do + file_size=$(stat --printf="%s" "${file}") + echo "Deploy ${file##*/} with ${file_size} bytes." lftools deploy maven-file "$MAVEN_REPO_URL" \ "$REPO_ID" \ "$file" \