diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-14 10:46:07 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-14 10:46:07 +0000 |
commit | 6b9b516007c8dda88f33e9603a6880e3fc3ff103 (patch) | |
tree | c6b9ddc30d54cc043bf474c69f5812268623fe7f /changelogs | |
parent | 8902bdec4d54de0e50657c897a9ade413c443924 (diff) | |
parent | c00fde606ee2d8f87a13c801efc3278396f6bb7f (diff) | |
download | gitlab-ce-6b9b516007c8dda88f33e9603a6880e3fc3ff103.tar.gz |
Merge branch '39884-fix-pipeline-transition-with-single-manual-action' into 'master'
Make sure all pipelines would go to pending once
Closes #39884
See merge request gitlab-org/gitlab-ce!15251
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml b/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml new file mode 100644 index 00000000000..580b97241e7 --- /dev/null +++ b/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml @@ -0,0 +1,6 @@ +--- +title: Fix pipeline status transition for single manual job. This would also fix pipeline + duration becuse it is depending on status transition +merge_request: 15251 +author: +type: fixed |