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.



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

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