Merge "Pass zuul_revision through to zuul_scheduler class"

This commit is contained in:
Jenkins 2015-11-10 17:22:40 +00:00 committed by Gerrit Code Review
commit 3a42ad03d2

View File

@ -221,6 +221,7 @@ class openstackci::single_node_ci (
smtp_host => $smtp_host,
smtp_default_from => $smtp_default_from,
smtp_default_to => $smtp_default_to,
revision => $zuul_revision,
}
class { '::openstackci::nodepool':