templates/jenkins/config/rubber/deploy-jenkins.rb in rubber-2.0.4 vs templates/jenkins/config/rubber/deploy-jenkins.rb in rubber-2.0.5

- old
+ new

@@ -21,10 +21,10 @@ task :bootstrap, :roles => :jenkins do exists = capture("echo $(ls /etc/apache2/jenkins.auth 2> /dev/null)") if exists.strip.size == 0 rubber.update_code_for_bootstrap - rubber.run_config(:file => "role/jenkins", :force => true, :deploy_path => release_path) + rubber.run_config(:file => "role/jenkins/", :force => true, :deploy_path => release_path) restart rubber.apache.restart # user specific bootstrap (add plugins, etc)