Skip to content

Commit

Permalink
debug output job config template
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Jul 10, 2012
1 parent 51bd725 commit 6d45c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/default.rb
Expand Up @@ -255,6 +255,7 @@

node[:jenkins][:jobs].each do |job|
jenkins_job job[:name] do
puts job_template.result(binding)
config job_template.result(binding)
end
end
Expand Down

0 comments on commit 6d45c09

Please sign in to comment.