“CABUORCH-1697”的版本间的差异

来自qingwei personal wiki
跳转至: 导航搜索
ned 打包成docker
ned 打包成docker
第1行: 第1行:
 
== tool ==
 
== tool ==
 
https://github.com/NSO-developer/ntool
 
https://github.com/NSO-developer/ntool
== ned 打包成docker ==
 
<source lang="shell">
 
# 登入server
 
ssh root@cmts-build02  # pw: cmtsor123
 
  
# 拉取git脚本
 
git clone https://qingwyan@bitbucket-eng-sjc1.cisco.com/bitbucket/scm/cmtsorch/robot-cfgsvc.git
 
 
# 更改版本号
 
vim src/packages/dlm/gradle.properties
 
    nsoInstallerVersion=4.5.5
 
    nsoVersion=4.5.5
 
    iosNedVersion=6.0.4
 
 
# 执行脚本
 
./docker/build.sh -p
 
</source>
 
 
[[category: cisco]]
 
[[category: cisco]]
 
[[category: task]]
 
[[category: task]]

2018年5月28日 (一) 02:21的版本

tool

https://github.com/NSO-developer/ntool