Commit 0a0d8d8f by lzy

部署

parent 5fc97f14
Showing with 2 additions and 2 deletions
...@@ -12,13 +12,13 @@ node { ...@@ -12,13 +12,13 @@ node {
def remoteList = [remote1] def remoteList = [remote1]
//配置项 //配置项
def project = "/home/group1_lzy/sz-tianma-server" def project = "/home/group1_lzy/iot-server"
//配置项 //配置项
def profileList = ["test"] def profileList = ["test"]
//配置项 //配置项
def moduleList = ["top", "server-start"] def moduleList = ["top", "server-web"]
def remoteNameList = [] def remoteNameList = []
for (def a in remoteList) { for (def a in remoteList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment