File tree Expand file tree Collapse file tree 6 files changed +54
-0
lines changed
octopusdeploy-create-release
octopusdeploy-deploy-release-tenanted
octopusdeploy-deploy-release
octopusdeploy-push-build-information
octopusdeploy-push-package
octopusdeploy-run-runbook Expand file tree Collapse file tree 6 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ metadata:
49
49
IGNORE_EXISTING : false
50
50
- description : Basic usage of the create release step with Octopus access token
51
51
workflow :
52
+ login :
53
+ type : octopusdeploy-login
54
+ arguments :
55
+ ID_TOKEN : " ${{ID_TOKEN}}"
56
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
57
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
52
58
create-release :
53
59
type : octopusdeploy-create-release
54
60
arguments :
@@ -58,6 +64,12 @@ metadata:
58
64
PROJECT : " Project Name"
59
65
- description : Complex usage of the create release step with Octopus access token
60
66
workflow :
67
+ login :
68
+ type : octopusdeploy-login
69
+ arguments :
70
+ ID_TOKEN : " ${{ID_TOKEN}}"
71
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
72
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
61
73
create-release :
62
74
type : octopusdeploy-create-release
63
75
arguments :
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ metadata:
53
53
- " tagSetC/someTagD"
54
54
- description : " Deploy using tenant name and Octopus access token"
55
55
workflow :
56
+ login :
57
+ type : octopusdeploy-login
58
+ arguments :
59
+ ID_TOKEN : " ${{ID_TOKEN}}"
60
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
61
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
56
62
deploy-release-tenanted :
57
63
type : octopusdeploy-deploy-release-tenanted
58
64
arguments :
@@ -71,6 +77,12 @@ metadata:
71
77
USE_GUIDED_FAILURE : " false"
72
78
- description : " Deploy using tenant tags and Octopus access token"
73
79
workflow :
80
+ login :
81
+ type : octopusdeploy-login
82
+ arguments :
83
+ ID_TOKEN : " ${{ID_TOKEN}}"
84
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
85
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
74
86
deploy-release-tenanted :
75
87
type : octopusdeploy-deploy-release-tenanted
76
88
arguments :
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ metadata:
38
38
USE_GUIDED_FAILURE : " false"
39
39
- description : Usage of the deploy release with Octopus access token
40
40
workflow :
41
+ login :
42
+ type : octopusdeploy-login
43
+ arguments :
44
+ ID_TOKEN : " ${{ID_TOKEN}}"
45
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
46
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
41
47
deploy-release :
42
48
type : octopusdeploy-deploy-release
43
49
arguments :
Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ metadata:
35
35
OVERWRITE_MODE : " fail"
36
36
- description : Basic usage of the push build information step with Octopus access token
37
37
workflow :
38
+ login :
39
+ type : octopusdeploy-login
40
+ arguments :
41
+ ID_TOKEN : " ${{ID_TOKEN}}"
42
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
43
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
38
44
push-build-information :
39
45
type : octopusdeploy-push-build-information
40
46
arguments :
Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ metadata:
33
33
OVERWRITE_MODE : " fail"
34
34
- description : Basic usage of the push a package step with Octopus access token
35
35
workflow :
36
+ login :
37
+ type : octopusdeploy-login
38
+ arguments :
39
+ ID_TOKEN : " ${{ID_TOKEN}}"
40
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
41
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
36
42
push-package :
37
43
type : octopusdeploy-push-package
38
44
arguments :
Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ metadata:
54
54
USE_GUIDED_FAILURE : " false"
55
55
- description : Basic usage of the run a runbook step with Octopus access token
56
56
workflow :
57
+ login :
58
+ type : octopusdeploy-login
59
+ arguments :
60
+ ID_TOKEN : " ${{ID_TOKEN}}"
61
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
62
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
57
63
run-runbook :
58
64
type : octopusdeploy-run-runbook
59
65
arguments :
@@ -67,6 +73,12 @@ metadata:
67
73
- " Production"
68
74
- description : Complex usage of the run a runbook step with Octopus access token
69
75
workflow :
76
+ login :
77
+ type : octopusdeploy-login
78
+ arguments :
79
+ ID_TOKEN : " ${{ID_TOKEN}}"
80
+ OCTOPUS_URL : " ${{OCTOPUS_URL}}"
81
+ OCTOPUS_SERVICE_ACCOUNT_ID : " ${{OCTOPUS_SERVICE_ACCOUNT_ID}}"
70
82
run-runbook :
71
83
type : octopusdeploy-run-runbook
72
84
arguments :
You can’t perform that action at this time.
0 commit comments