update jenkins branches to master
This commit is contained in:
parent
8326fd2038
commit
69257f2534
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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 "cd devstack && . localrc && cd tools/jenk
|
||||||
<publishers/>
|
<publishers/>
|
||||||
<buildWrappers/>
|
<buildWrappers/>
|
||||||
<runSequentially>true</runSequentially>
|
<runSequentially>true</runSequentially>
|
||||||
</matrix-project>
|
</matrix-project>
|
||||||
|
|
Loading…
Reference in a new issue