Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,763
    • Issues 44,763
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #246756
Closed
Open
Issue created Sep 08, 2020 by Ben Bodenmiller@bbodenmillerDeveloper

Move Jenkins service to Core

As discussed at !37797 (diffs, comment 386307481) the Jenkins service at this point is "just a convenience wrapper. All functionality works with a simple webhook, including the CI status reporting back from Jenkins." Let's move Jenkins service to Core.

the only thing it appears this integration does is run a webhook: https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/models/project_services/jenkins_service.rb#L35 which can be manually configured as detailed at https://github.com/jenkinsci/gitlab-plugin#configuring-per-project-authentication.

I don't see a ton of value in having it be EE-only anymore. That's likely a holdover from when the original Jenkins integration had quite a bit of logic in it. Now the Jenkins plugin itself down the heavy lifting.

Edited Sep 08, 2020 by Ben Bodenmiller
Assignee
Assign to
Time tracking