[Qa-jenkins-scm] [jenkins.debian.net] 09/14: lvc: add some debugging to check if JOB_NAME is expanded
Holger Levsen
holger at layer-acht.org
Thu Nov 3 09:32:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e9f96fde7bec7f061a5f263b5d18928b6ada529b
Author: Philip Hands <phil at hands.com>
Date: Sun Oct 30 14:25:04 2016 +0100
lvc: add some debugging to check if JOB_NAME is expanded
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
cucumber/features/step_definitions/common_steps.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 96f1cce..8085c04 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -153,6 +153,7 @@ Given /^the computer is set to boot from the Tails DVD$/ do
end
Given /^the computer is set to boot from (.+?) drive "(.+?)"$/ do |type, name|
+ debug_log("debug: setting computer to boot from drive: name='#{name}' (type=#{type})", :color => :blue)
$vm.set_disk_boot(name, type.downcase)
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list