summaryrefslogtreecommitdiffstats
path: root/cucumber/features/support
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-26 21:22:47 +0200
committerPhilip Hands <phil@hands.com>2016-05-26 21:22:47 +0200
commit5321d3ad2a10788de04de728ff4c5bb093e3487e (patch)
tree047c77ce62d4e8760f18e47a0347ddaca508b932 /cucumber/features/support
parent2e0dab2ada4172a8e3889dd6ddba0b26df30fb57 (diff)
downloadjenkins.debian.net-5321d3ad2a10788de04de728ff4c5bb093e3487e.tar.xz
lvc: name the target volume after the job
Diffstat (limited to 'cucumber/features/support')
-rw-r--r--cucumber/features/support/config.rb1
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'