Commit 99854665 authored by qa_quantgroup's avatar qa_quantgroup

add new

parent 2982d759
......@@ -45,7 +45,7 @@ pClass.prototype = {
projects[projectName] = this;
switch (projectType) {
case "java":
this.command = "java " + this.node_version + " -Xmx512m -XX:PermSize64m -Xloggc:/tmp/" + projectName + ".log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -jar" + projectName + ".jar " + command ;
this.command = "java " + this.node_version + " -Xmx512m -XX:PermSize64m -Xloggc:/tmp/" + projectName + ".log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -jar " + projectName + ".jar " + command ;
this.command_ = this.node_version + " -Xmx512m -XX:PermSize64m -Xloggc:/tmp/" + projectName + ".log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps|" + " " + command ;
java_projects.push(this);
if (this.target_path == "") {
......@@ -149,6 +149,8 @@ new pClass().init(1,true, "ui", "7078", "", "ka-factory-ui", "ui", null, "src/co
new pClass().init(1,false, "ui", "7064", "statistics-op", "statistics-op-ui", "ui", null, "src/app/config/env.config.js", "npm run qa", "node7", 1, "流量统计平台-ui", "刘威", "", "");
new pClass().init(1,true, "ui", "7084", "", "gdxd-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "广达小贷后台-ui", "薛志杰", "", "");
new pClass().init(1,true, "ui", "7080", "", "new-mall-ui", "ui", null, "src/app/config/env.config.js", "npm run qa", "node7", 1, "微信商城-ui", "郑少文,周珊", "", "");
new pClass().init(1,false, "ui", "9999", "", "uanguang-credit-review-ui", "ui", null, "src/config/env.config.js", "npm run build", "", 1, "MM项目", "MM", "", "");
//new pClass().init(2,false, "ui", "7092", "", "union-ui", "data", null, "src/Config/config.jsx", "npm run build", "node7", 1, "信用联盟-ui", "李斌", "", "");
// node
......
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 to comment