94 95 96 97 98 99
# File 'lib/octopusci/job.rb', line 94 def self.record_start(stage) @job['started_at'] = Time.new @job['stage'] = stage @job['status'] = 'running' Octopusci::JobStore.set(@job['id'], @job) end