gitlab-org--gitlab-foss/changelogs/unreleased/39884-fix-pipeline-transition-with-single-manual-action.yml
Lin Jen-Shin c00fde606e Make sure all pipelines would go to pending once
Without this fix, pipeline could go from skipped to
running directly, bypassing the transition for:

    [:created, :pending] => :running

And this is responsible for setting up started_at.
Without this fix, started_at would never be set.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884
2017-11-09 16:59:52 +08:00

6 lines
190 B
YAML

---
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