Commit 5a2eb05d authored by QA—索 文涛's avatar QA—索 文涛

modified: qa_shell_script/check/project_item.js

	modified:   qa_shell_script/config_server/get_project_config.js
parent cc27af36
var item = require("/home/qa-deploy-utils/qa_shell_script/check/get_project_config"); var item = require("/home/qa-deploy-utils/qa_shell_script/config_server/get_project_config");
var p=""; var p="";
......
...@@ -225,6 +225,13 @@ configFunction.prototype = { ...@@ -225,6 +225,13 @@ configFunction.prototype = {
} }
} }
//tower add
module.exports={
java : java_projects,
node : node_projects,
python : python_projects,
ui : ui_projects
}
var F = new configFunction(); var F = new configFunction();
......
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