class IntegrationDiff::RunDetails::Jenkins

Public Instance Methods

author() click to toggle source
# File lib/integration_diff/run_details.rb, line 8
def author
  'Jenkins'.freeze
end
branch() click to toggle source
# File lib/integration_diff/run_details.rb, line 4
def branch
  ENV.fetch('GIT_BRANCH').split('/').last
end