Fix bug preventing job builder from running.
Also, remove jenkins2 node. Change-Id: I4cb8c5b23e0a93b2b5b72ba831e052542f5f5b2a Reviewed-on: https://review.openstack.org/14684 Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
@@ -24,7 +24,7 @@ class openstack_project::jenkins (
|
||||
ssl_chain_file_contents => $ssl_chain_file_contents,
|
||||
}
|
||||
|
||||
if manage_jenkins_jobs == true {
|
||||
if $manage_jenkins_jobs == true {
|
||||
class { '::jenkins::job_builder':
|
||||
url => "https://${vhost_name}/",
|
||||
username => 'gerrig', # This is not a typo, well it isn't anymore.
|
||||
|
||||
Reference in New Issue
Block a user