You need to sign in or sign up before continuing.
Add filter by ref to project jobs resolver
4 unresolved threads
4 unresolved threads
Compare changes
Files
7+ 7
− 0
@@ -17,6 +17,7 @@ def initialize(current_user:, pipeline: nil, project: nil, runner: nil, params:
@@ -81,6 +82,12 @@ def filter_by_with_artifacts(builds)
- Comment on lines +76 to +85
@mfluharty could you try creating a scope
Ci::Build.with_ref(ref)
and test that scope in isolation? Maybe it'll help to unearth the problem.Edited by Albert Sure - scope created in a new commit