From 5321d3ad2a10788de04de728ff4c5bb093e3487e Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 26 May 2016 21:22:47 +0200 Subject: lvc: name the target volume after the job --- cucumber/features/support/config.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'cucumber/features/support/config.rb') 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' -- cgit v1.2.3-54-g00ecf