update jenkins branches to master

This commit is contained in:
Anthony Young 2011-11-15 13:07:58 -08:00
parent 8326fd2038
commit 69257f2534
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
</userRemoteConfigs> </userRemoteConfigs>
<branches> <branches>
<hudson.plugins.git.BranchSpec> <hudson.plugins.git.BranchSpec>
<name>jenkins</name> <name>master</name>
</hudson.plugins.git.BranchSpec> </hudson.plugins.git.BranchSpec>
</branches> </branches>
<recursiveSubmodules>false</recursiveSubmodules> <recursiveSubmodules>false</recursiveSubmodules>

View file

@ -25,7 +25,7 @@
</userRemoteConfigs> </userRemoteConfigs>
<branches> <branches>
<hudson.plugins.git.BranchSpec> <hudson.plugins.git.BranchSpec>
<name>jenkins</name> <name>master</name>
</hudson.plugins.git.BranchSpec> </hudson.plugins.git.BranchSpec>
</branches> </branches>
<recursiveSubmodules>false</recursiveSubmodules> <recursiveSubmodules>false</recursiveSubmodules>
@ -85,4 +85,4 @@ ssh root@$XEN_IP &quot;cd devstack &amp;&amp; . localrc &amp;&amp; cd tools/jenk
<publishers/> <publishers/>
<buildWrappers/> <buildWrappers/>
<runSequentially>true</runSequentially> <runSequentially>true</runSequentially>
</matrix-project> </matrix-project>