0

I am trying to integrate the Gitlab and Redmine. The following is the history of the proceedings.

  1. Git clone from Redmine server

    cd /opt/git_repository/
    git clone --mirror http://userid:password@aaa.com/test.git
    cd /opt/git_repository/
    chown nginx:nginx -R test.git
    
  2. Repository setting from Redmine

    • settings of ‘test’project – Repositories – new repository
      • SCM: Git
      • URL: /opt/git_repository/test.git
  3. Integrations setting from Gitlab

I could see the revision information from http://example.com/test/repository

However, the revision information isn’t upgraded even if it is updated in Gitlab. So, I tried another integration method mentioned from How can I clone a private GitLab repository?

Still the information is not updated.

Could you help me?

Holger Just
  • 52,918
  • 14
  • 115
  • 123

0 Answers0