Skip to content
Snippets Groups Projects
Commit ea704005 authored by Kamil Trzcinski's avatar Kamil Trzcinski Committed by blackst0ne
Browse files

Update duration at the end of pipeline

parent 435678d5
No related branches found
No related tags found
1 merge request!9252Add merge request count to each issue on issues list
Loading
Loading
@@ -23,6 +23,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Add `/projects/visible` API endpoint (Ben Boeckel)
- Fix centering of custom header logos (Ashley Dumaine)
- Keep around commits only pipeline creation as pipeline data doesn't change over time
- Update duration at the end of pipeline
- ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup
- Add group level labels. (!6425)
- Add an example for testing a phoenix application with Gitlab CI in the docs (Manthan Mallikarjun)
Loading
Loading
Loading
Loading
@@ -59,9 +59,6 @@ module Ci
 
before_transition any => [:success, :failed, :canceled] do |pipeline|
pipeline.finished_at = Time.now
end
before_transition do |pipeline|
pipeline.update_duration
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment