Jenkinsで成果物(artifact)をrsyncでコピーしようと思ったらエラーでJOBが失敗 ファイルはコピー出来てる。 しかし、rsyncの戻り値がエラーなのでJOBのステータスが失敗になってしまう。 Jenkinsから実行しているrsyncは以下の通り。 $ rsync -acv --delete _site/ www.example.com:/var/www/html/. エラーは、 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.0] とか、 rsync: failed to set times on "/var/www/html/.": Operation not permitted (1) など。 お