无法将OpenProject与GitLab集成

时间:2018-08-10 04:24:20

标签: ruby-on-rails gitlab integration openproject

存在一个plugin for integration github with OpenProject。我们为gitlab创建了类似物。此外,我们还使用url创建了用于GitLab存储库的webhook:

https://['openproject_url']/webhooks/gitlab?key=['API_KEY_FROM_OPENPROJECT']

但是在gitlab中测试返回以下错误:

error

集成失败,返回日志文件:

App 304 output:   
App 304 output: TypeError (no implicit conversion of String into Integer):
App 304 output:   
App 304 output: app/middleware/reset_current_user.rb:47:in `call'

此行代表:

45. def call(env)
46.   reset_current_user!
47.   app.call env
48. end

对源文件的任何更改都会导致容器失败。

0 个答案:

没有答案