Exception: Danger::Jenkins::EnvNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Danger::Jenkins::EnvNotFound
- Defined in:
- lib/danger/ci_source/jenkins.rb
Instance Method Summary collapse
-
#initialize ⇒ EnvNotFound
constructor
A new instance of EnvNotFound.
Constructor Details
#initialize ⇒ EnvNotFound
Returns a new instance of EnvNotFound.
53 54 55 |
# File 'lib/danger/ci_source/jenkins.rb', line 53 def initialize super("ENV not found, please check your Jenkins. Related: https://stackoverflow.com/search?q=jenkins+env+null") end |