diff options
author | Stan Hu <stanhu@gmail.com> | 2019-08-17 00:42:23 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-17 06:23:26 -0700 |
commit | b46b9d5e89d54cf1e374a014f0d523735c82ab8c (patch) | |
tree | a0b9cf862aa38839b4f1b4d5a8828b3d9078efe4 /changelogs | |
parent | 1068483f7260e5866c7d54f1f09b716dbf463c80 (diff) | |
download | gitlab-ce-b46b9d5e89d54cf1e374a014f0d523735c82ab8c.tar.gz |
Fix pipelines not always being created after a pushsh-fix-pipelines-not-being-created
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-fix-pipelines-not-being-created.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-pipelines-not-being-created.yml b/changelogs/unreleased/sh-fix-pipelines-not-being-created.yml new file mode 100644 index 00000000000..a6937eae588 --- /dev/null +++ b/changelogs/unreleased/sh-fix-pipelines-not-being-created.yml @@ -0,0 +1,5 @@ +--- +title: Fix pipelines not always being created after a push +merge_request: 31927 +author: +type: fixed |