Use cgit server instead of github for everything
We have a cgit server now, which means we should replace all references to github with references to git.openstack.org. Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
This commit is contained in:
parent
b07a6d5bad
commit
3463a396be
@ -24,7 +24,7 @@ class jenkins::job_builder (
|
||||
ensure => latest,
|
||||
provider => git,
|
||||
revision => 'master',
|
||||
source => 'https://github.com/openstack-infra/jenkins-job-builder.git',
|
||||
source => 'https://git.openstack.org/openstack-infra/jenkins-job-builder',
|
||||
}
|
||||
|
||||
exec { 'install_jenkins_job_builder':
|
||||
|
Loading…
x
Reference in New Issue
Block a user