Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5855

Closed
Open
Created Dec 16, 2013 by Administrator@rootOwner

gitlab-ci merge request

Created by: fzerorubigd

I have gitlab and gitlab-ci installed in a machine in two user. every thing is fine but in merge request I get "Cannot connect to CI server. Please check your setting"

I have a repository called "base" and another repo (forked from "base") called "fork"

"base" is project 1 in gitlab-ci and "fork" is project 2

I have a commit with hash "fork_hash" in "fork", and I create a merge request to "base" The funny thing is the gitlab, request gitlab-ci to report hash "fork_hash" from project "base" (which is not there! its in project "fork" not "base") so the result is null :

/projects/1/builds/fork_hash/status.json?token=project_token

result is null This link from gitlab-ci is correct :

/projects/2/builds/fork_hash/status.json?token=project_token

and the result is some thing like this :

{"id":723,"sha":"d7d7ca1b5aec6c52953401a90063645d316fea08","status":"success"}

-- GitLab 6.3.1 779b4dc -- GitLab CI 4.0.0 03f79de -- Linux debian.mydomain.net 3.2.0-4-amd64 # 1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux

Installed via the official documentation.

ُ

Assignee
Assign to
Time tracking