This repository was archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDaticalCustomAction4AWSCodePipeline.json
More file actions
69 lines (69 loc) · 1.76 KB
/
DaticalCustomAction4AWSCodePipeline.json
File metadata and controls
69 lines (69 loc) · 1.76 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"category": "Deploy",
"provider": "Datical",
"version": "3",
"settings": {
"entityUrlTemplate": "{Config:Datical Sever Hostname}",
"executionUrlTemplate": "{Config:Datical Sever Hostname}"
},
"configurationProperties": [
{
"secret": false,
"required": true,
"name": "Datical Sever Hostname",
"key": true,
"description": "The hostname where Datical Server is running.",
"queryable": true
},
{
"secret": false,
"required": true,
"name": "Datical Username",
"key": true,
"description": "Username of the Datical user that has Datical Deploy permission for the Project and Stage."
},
{
"secret": true,
"required": true,
"name": "Datical Password",
"key": true,
"description": "Password of the Datical user listed above."
},
{
"secret": false,
"required": true,
"name": "Datical Project ID",
"key": true,
"description": "The Datical Project ID."
},
{
"secret": false,
"required": true,
"name": "Datical Step ID",
"key": true,
"description": "The Datical Step ID."
},
{
"secret": false,
"required": false,
"name": "Datical Label",
"key": true,
"description": "The Label you wish to use for your Datical deployment. (Optional)"
},
{
"secret": false,
"required": false,
"name": "Datical Context",
"key": true,
"description": "The Context you wish to use for your Datical deployment. (Optional)"
}
],
"inputArtifactDetails": {
"maximumCount": 1,
"minimumCount": 0
},
"outputArtifactDetails": {
"maximumCount": 1,
"minimumCount": 0
}
}