diff options
Diffstat (limited to 'cucumber/features/support/config.rb')
-rw-r--r-- | cucumber/features/support/config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/support/config.rb b/cucumber/features/support/config.rb index 60432246..d335004d 100644 --- a/cucumber/features/support/config.rb +++ b/cucumber/features/support/config.rb @@ -59,6 +59,7 @@ TAILS_ISO = ENV['ISO'] OLD_TAILS_ISO = ENV['OLD_ISO'] || TAILS_ISO TIME_AT_START = Time.now ARTIFACTS_DIR = $config['TMPDIR'] + "/results" +JOB_NAME = ENV['JOB_NAME'] # Constants that are statically initialized. CONFIGURED_KEYSERVER_HOSTNAME = 'hkps.pool.sks-keyservers.net' |