Fix Jenkinsfile: Update existing-versions argument and enhance B2 sync command

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-12-05 11:07:07 -06:00
parent 7032898a60
commit b4ffdb6560

2
Jenkinsfile vendored
View File

@@ -127,7 +127,7 @@ docker run --rm \
-e B2_APPLICATION_KEY \
-e B2_APPLICATION_KEY_ID \
backblazeit/b2:latest \
b2v4 sync /workspace/html/ "b2://${B2_BUCKET_NAME}/"
b2v4 sync --compare-versions size /workspace/html/ "b2://${B2_BUCKET_NAME}/"
'''
}
}