diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-06 20:01:57 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-06 20:02:23 +0800 |
commit | bde9a07a512e78de6d9928d6ccfcb28a4a6244d4 (patch) | |
tree | 1cf7b2ad8f08bbb4ce8add88ceab912c0f5d4ade /bootstrap/jenkins/vagrant | |
parent | cc141af9a93eef61437909ba301e0331b3b3c749 (diff) |
Add msb integration test script
Add test script for tcp service discovery and access
Modify license header
Issue-Id: MSB-61
Change-Id: I385aa76d247e081845d7e2bab729dd1d3c60243d
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'bootstrap/jenkins/vagrant')
-rw-r--r-- | bootstrap/jenkins/vagrant/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap/jenkins/vagrant/settings.xml b/bootstrap/jenkins/vagrant/settings.xml index 41da9bec3..60fd7e8c9 100644 --- a/bootstrap/jenkins/vagrant/settings.xml +++ b/bootstrap/jenkins/vagrant/settings.xml @@ -33,6 +33,17 @@ <enabled>true</enabled> </snapshots> </repository> + <repository> + <id>open-o-thirdparty</id> + <name>open-o-thirdparty</name> + <url>https://nexus.open-o.org/content/repositories/thirdparty/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> </repositories> <pluginRepositories> <pluginRepository> |