用 jenkins 做的服务器工程的构建 在构建时加上了一个 execute shell 步骤其中执行
bundle install
bundle exec rake assets:precompile RAILS_ENV=production
构建中发生错误
rake aborted!
Errno::EACCES: Permission denied - /var/lib/jenkins/workspace/bookkeeper_map/tmp/cache/assets/production/sprockets/v3.0/WScdt_VRi73A4j9G5G1M-1gORwVn1JYvfmJNvcPYCTE.cache
这是哪里的问题