Commit 0a681ced authored by tower's avatar tower

add node -v

parent d7269321
......@@ -280,6 +280,8 @@ def build(buildType,systemName, branchName,contextDir){
break
case "nodejs":
sh "which node"
sh "node -v"
sh "npm -v"
build_nodejs( systemName, branchName,contextDir)
break
case "python":
......@@ -287,6 +289,8 @@ def build(buildType,systemName, branchName,contextDir){
break
case "lua-ui":
sh "which node"
sh "node -v"
sh "npm -v"
build_luaui( systemName, branchName,contextDir)
break
default:
......
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