Skip to content

Commit

Permalink
去除未实现的功能描述
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonwan committed Jun 22, 2021
1 parent 7e92e77 commit 48f1217
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions task.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
},
"shellScriptContent": {
"type": "atom-ace-editor",
"label": "脚本内容(支持日志环境变量提取)",
"desc": "将会在目标服务器的/usr/local/gse/gseagent目录下执行本脚本,脚本中可执行\"echo(不同脚本类型对应的打印命令) \"BK_CI_SETENV:变量名=变量值BK_CI_SETENV_END\" \"向下游插件输出流水线环境变量,【需要注意】作业平台支持的日志大小上限为5MB,超出部分将无法被解析",
"label": "脚本内容",
"desc": "将会在目标服务器执行脚本",
"required": true,
"disabled": false,
"hidden": false,
Expand All @@ -93,8 +93,8 @@
},
"batScriptContent": {
"type": "atom-ace-editor",
"label": "脚本内容(支持日志环境变量提取)",
"desc": "将会在目标服务器的/usr/local/gse/gseagent目录下执行本脚本,脚本中可执行\"echo(不同脚本类型对应的打印命令) \"BK_CI_SETENV:变量名=变量值BK_CI_SETENV_END\" \"向下游插件输出流水线环境变量,【需要注意】作业平台支持的日志大小上限为5MB,超出部分将无法被解析",
"label": "脚本内容",
"desc": "将会在目标服务器执行脚本",
"required": true,
"disabled": false,
"hidden": false,
Expand All @@ -112,8 +112,8 @@
},
"perlScriptContent": {
"type": "atom-ace-editor",
"label": "脚本内容(支持日志环境变量提取)",
"desc": "将会在目标服务器的/usr/local/gse/gseagent目录下执行本脚本,脚本中可执行\"echo(不同脚本类型对应的打印命令) \"BK_CI_SETENV:变量名=变量值BK_CI_SETENV_END\" \"向下游插件输出流水线环境变量,【需要注意】作业平台支持的日志大小上限为5MB,超出部分将无法被解析",
"label": "脚本内容",
"desc": "将会在目标服务器执行脚本",
"required": true,
"disabled": false,
"hidden": false,
Expand All @@ -131,8 +131,8 @@
},
"pythonScriptContent": {
"type": "atom-ace-editor",
"label": "脚本内容(支持日志环境变量提取)",
"desc": "将会在目标服务器的/usr/local/gse/gseagent目录下执行本脚本,脚本中可执行\"echo(不同脚本类型对应的打印命令) \"BK_CI_SETENV:变量名=变量值BK_CI_SETENV_END\" \"向下游插件输出流水线环境变量,【需要注意】作业平台支持的日志大小上限为5MB,超出部分将无法被解析",
"label": "脚本内容",
"desc": "将会在目标服务器执行脚本",
"required": true,
"disabled": false,
"hidden": false,
Expand All @@ -150,8 +150,8 @@
},
"powershellScriptContent": {
"type": "atom-ace-editor",
"label": "脚本内容(支持日志环境变量提取)",
"desc": "将会在目标服务器的/usr/local/gse/gseagent目录下执行本脚本,脚本中可执行\"echo(不同脚本类型对应的打印命令) \"BK_CI_SETENV:变量名=变量值BK_CI_SETENV_END\" \"向下游插件输出流水线环境变量,【需要注意】作业平台支持的日志大小上限为5MB,超出部分将无法被解析",
"label": "脚本内容",
"desc": "将会在目标服务器执行脚本",
"required": true,
"disabled": false,
"hidden": false,
Expand Down

0 comments on commit 48f1217

Please sign in to comment.