我正在使用 bash 脚本来运行量角器自动化脚本。我在文本文件中得到结果。现在我想将该文件上传到 hipchat 房间。
我能够获取文件的内容,但我想在 hipchat 上上传实际的文本文件。请帮忙!
这是我的 curl 命令,它在 hipchat 房间上显示文件内容:
curl -i -X POST -H 'Content-Type: text/plain'-F "file=@target/screenshots/AutomationReport.txt" https://dev.hipchat.com/v2/room/3157124/notification?auth_token