Exception: Danger::Jenkins::EnvNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/danger/ci_source/jenkins.rb

Instance Method Summary collapse

Constructor Details

#initializeEnvNotFound

Returns a new instance of EnvNotFound.



51
52
53
# File 'lib/danger/ci_source/jenkins.rb', line 51

def initialize
  super("ENV not found, please check your Jenkins. Related: https://stackoverflow.com/search?q=jenkins+env+null")
end