Android Jenkins build fails with crashlytics

前端 未结 4 1016
南笙
南笙 2021-01-05 14:09

Everytime I try to build using Jenkins I get the following error

Failed to apply plugin [id \'io.fabric\'] Could not create plugin of type \'Crashly

4条回答
  •  滥情空心
    2021-01-05 14:35

    I've had this problem before and it was a permissions error. Try checking permissions and the user who owns the plugins directory. If it's not the Jenkins user (if you've created one), then that's the issue.

提交回复
热议问题