summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/stage/seed.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/stage/seed.rb')
-rw-r--r--lib/gitlab/ci/stage/seed.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/ci/stage/seed.rb b/lib/gitlab/ci/stage/seed.rb
index e19aae35a81..bc97aa63b02 100644
--- a/lib/gitlab/ci/stage/seed.rb
+++ b/lib/gitlab/ci/stage/seed.rb
@@ -3,7 +3,9 @@ module Gitlab
module Stage
class Seed
attr_reader :pipeline
+
delegate :project, to: :pipeline
+ delegate :size, to: :@jobs
def initialize(pipeline, stage, jobs)
@pipeline = pipeline