-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix pipelines not always being created after a push
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31741 introduced a regression where not all the right parameters would be passed into `Ci::CreatePipelineService`. We fix this by breaking out the pipeline parameters and reusing a method from `Gitlab::DataBuilder::Push`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66196
Showing
- app/services/git/base_hooks_service.rb 12 additions, 7 deletionsapp/services/git/base_hooks_service.rb
- changelogs/unreleased/sh-fix-pipelines-not-being-created.yml 5 additions, 0 deletionschangelogs/unreleased/sh-fix-pipelines-not-being-created.yml
- lib/gitlab/data_builder/push.rb 0 additions, 2 deletionslib/gitlab/data_builder/push.rb
- spec/services/git/branch_push_service_spec.rb 16 additions, 0 deletionsspec/services/git/branch_push_service_spec.rb
Please register or sign in to comment