forked from ci-plugins/plugin-demo-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.json
More file actions
30 lines (30 loc) · 661 Bytes
/
task.json
File metadata and controls
30 lines (30 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"atomCode": "demo",
"execution": {
"packagePath": "demo-jar-with-dependencies.jar",
"language": "java",
"minimumVersion": "1.8",
"demands": [],
"target": "$bk_java_path -jar demo-jar-with-dependencies.jar"
},
"input": {
"desc": {
"label": "描述",
"default": "123",
"placeholder": "请输入描述信息",
"type": "vuex-input",
"desc": "描述",
"required": true,
"disabled": false,
"hidden": false,
"isSensitive": false
}
},
"output": {
"testResult": {
"description": "升级是否成功",
"type": "string",
"isSensitive": false
}
}
}