Jenkins pipeline status not created with GitLab 9.0.0-ee

Summary

Builds run but no pipeline data is propagated to GitLab.

I have this running file with an identical setup against GitLab 8.16.5-ee. In that setup data properly propagates back to GitLab.

Steps to reproduce

GitLab 9.0.0-ee and Jenkins 2.32.3 Connection properly configured such that builds run on the Jenkins side.

Nothing shows up in the GitLab pipeline menu.

Jenkins config:

  • GitLab URL: http://reb@192.168.56.104/development-group/jenkins-demo.git
  • Branch specifier: origin/${gitlabSourceBranch}
  • Repository Browser: GitLab
  • URL: http://192.168.56.104/development-group/jenkins-demo
  • Version: 9.0 (tried 8.16 with the same results)
  • Checked: "Build when a change is pushed to GitLab. GitLab CI Service URL: http://192.168.56.102:8080/project/jenkins-demo"
  • GitLab triggerd on pus & merge events
  • Comments box checked

What is the current bug behavior?

Builds work fine on the Jenkins side but no data is communicated back to GItLab

What is the expected correct behavior?

A pipeline should be created with appropriate links

Relevant logs and/or screenshots

image

Output of checks

(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)

Results of GitLab environment info

System information
System:		Ubuntu 16.04
Proxy:		no
Current User:	git
Using RVM:	no
Ruby Version:	2.3.3p222
Gem Version:	2.6.6
Bundler Version:1.13.7
Rake Version:	10.5.0
Redis Version:	3.2.5
Git Version:	2.10.2
Sidekiq Version:4.2.7

GitLab information
Version:	9.0.0-ee
Revision:	f33774c
Directory:	/opt/gitlab/embedded/service/gitlab-rails
DB Adapter:	postgresql
DB Version:	9.6.1
URL:		http://192.168.56.103
HTTP Clone URL:	http://192.168.56.103/some-group/some-project.git
SSH Clone URL:	git@192.168.56.103:some-group/some-project.git
Elasticsearch:	no
Geo:		no
Using LDAP:	no
Using Omniauth:	no

GitLab Shell
Version:	5.0.0
Repository storage paths:
- default: 	/var/opt/gitlab/git-data/repositories
Hooks:		/opt/gitlab/embedded/service/gitlab-shell/hooks/
Git:		/opt/gitlab/embedded/bin/git

Results of GitLab application Check

Checking GitLab Shell ...

GitLab Shell version >= 5.0.0 ? ... OK (5.0.0)
Repo base directory exists?
default... yes
Repo storage directories are symlinks?
default... no
Repo paths owned by git:git?
default... no
  User id for git: 998. Groupd id for git: 998
  Try fixing it:
  sudo chown -R git:git /var/opt/gitlab/git-data/repositories
  For more information see:
  doc/install/installation.md in section "GitLab Shell"
  Please fix the error above and rerun the checks.
Repo paths access is drwxrws---?
default... yes
hooks directories in repos are links: ... 
2/1 ... ok
2/2 ... ok
3/3 ... ok
1/4 ... repository is empty
3/6 ... ok
3/7 ... ok
3/9 ... ok
2/10 ... ok
2/11 ... ok
3/12 ... ok
3/13 ... repository is empty
2/20 ... ok
3/35 ... ok
3/43 ... ok
3/44 ... ok
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Access to /var/opt/gitlab/.ssh/authorized_keys: OK
Send ping to redis server: OK
gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Sidekiq ...

Running? ... yes
Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Checking Reply by email ...

Reply by email is disabled in config/gitlab.yml

Checking Reply by email ... Finished

Checking LDAP ...

LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab ...

Git configured with autocrlf=input? ... yes
Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory setup correctly? ... no
  Try fixing it:
  sudo chown -R git /var/opt/gitlab/gitlab-rails/uploads
  sudo find /var/opt/gitlab/gitlab-rails/uploads -type f -exec chmod 0644 {} \;
  sudo find /var/opt/gitlab/gitlab-rails/uploads -type d -not -path /var/opt/gitlab/gitlab-rails/uploads -exec chmod 0700 {} \;
  For more information see:
  doc/install/installation.md in section "GitLab"
  Please fix the error above and rerun the checks.
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
projects have namespace: ... 
2/1 ... yes
2/2 ... yes
3/3 ... yes
1/4 ... yes
3/6 ... yes
3/7 ... yes
3/9 ... yes
2/10 ... yes
2/11 ... yes
3/12 ... yes
3/13 ... yes
2/20 ... yes
3/35 ... yes
3/43 ... yes
3/44 ... yes
Redis version >= 2.8.0? ... yes
Ruby version >= 2.1.0 ? ... yes (2.3.3)
Your git bin path is "/opt/gitlab/embedded/bin/git"
Git version >= 2.7.3 ? ... yes (2.10.2)
Active users: 4

Checking GitLab ... Finished

Possible fixes

(If you can, link to the line of code that might be responsible for the problem)

Assignee Loading
Time tracking Loading