Fix jenkins loop and zuul vcsrepo.

Change-Id: I83cf1303bb07e59b0c3305a2540f048638940372
Reviewed-on: https://review.openstack.org/10979
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-08-07 11:59:58 -05:00 committed by Jenkins
parent 349d3ec931
commit 5bc45b05be
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class zuul (
vcsrepo { "/opt/zuul":
ensure => latest,
provider => git,
revision => "master",
source => "https://github.com/openstack-ci/zuul.git",
}