【发布时间】:2018-08-18 00:29:00
【问题描述】:
我正在尝试使用 Jenkins 将文件上传到 Azure blob 存储,同时上传文件 AZCopy 要求确认,但最终出错。
[2018/03/09 10:11:11][WARNING] Incomplete operation with different
command line detected at the journal directory
"/var/lib/jenkins/Microsoft/Azure/AzCopy".
Do you want to overwrite the journal to start a new operation? Choose
Yes to overwrite, choose No to cancel current operation. (Yes/No)
[2018/03/09 10:11:11][ERROR] The operation was canceled because user
chose not to overwrite the existing journal file.
[Pipeline] }
谁能帮忙解决这个错误,如何强制 azcopy 覆盖文件?
【问题讨论】:
标签: azure jenkins azure-blob-storage azcopy