-
Notifications
You must be signed in to change notification settings - Fork 506
Expand file tree
/
Copy pathstep-template-deferred-package.json
More file actions
48 lines (48 loc) · 1.22 KB
/
step-template-deferred-package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"Id": "187c56bf-1688-4904-8769-ba60314a1670",
"Name": "Step Template Deferred Package 7456784",
"Description": "test",
"ActionType": "Octopus.Script",
"Version": 1,
"CommunityActionTemplateId": null,
"Packages": [
{
"Id": "c05a886b-ee3e-411a-99c8-a9eabec13060",
"Name": "my-package",
"PackageId": "",
"FeedId": "feeds-builtin",
"AcquisitionLocation": "Server",
"Properties": {
"Extract": "True",
"SelectionMode": "deferred",
"PackageParameterName": "Package"
}
}
],
"GitDependencies": [],
"Properties": {
"Octopus.Action.Script.ScriptSource": "Inline",
"Octopus.Action.Script.Syntax": "Bash",
"Octopus.Action.Script.ScriptBody": "echo \"Hi\""
},
"Parameters": [
{
"Id": "f0b58c27-761c-4282-aef9-d554fafd6b5d",
"Name": "Package",
"Label": "Package",
"HelpText": null,
"DefaultValue": "",
"DisplaySettings": {
"Octopus.ControlType": "Package"
}
}
],
"StepPackageId": "Octopus.Script",
"$Meta": {
"ExportedAt": "2025-11-04T00:08:03.066Z",
"OctopusVersion": "0.0.0-local",
"Type": "ActionTemplate"
},
"LastModifiedBy": "grace-rehn",
"Category": "other"
}