You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "API key for octopus deploy (required)"
64
+
},
65
+
"OCTOPUS_URL": {
66
+
"type": "string",
67
+
"description": "URL of the octopus deploy server (required)"
68
+
},
69
+
"OCTOPUS_SPACE": {
70
+
"type": "string",
71
+
"description": "API key for octopus deploy (required)"
72
+
},
73
+
"PROJECT": {
74
+
"type": "string",
75
+
"description": "The name of the project associated with this release (required)"
76
+
},
77
+
"RELEASE_NUMBER": {
78
+
"type": "string",
79
+
"description": "The release number to create (optional)"
80
+
},
81
+
"CHANNEL": {
82
+
"type": "string",
83
+
"description": "Name or ID of the channel to use"
84
+
},
85
+
"GIT_REF": {
86
+
"type": "string",
87
+
"description": "Git Reference e.g. refs/heads/main. Only relevant for config-as-code projects"
88
+
},
89
+
"GIT_COMMIT": {
90
+
"type": "string",
91
+
"description": "Git Commit Hash; Specify this in addition to Git Reference if you want to reference a commit other than the latest for that branch/tag."
92
+
},
93
+
"PACKAGE_VERSION": {
94
+
"type": "string",
95
+
"description": "Default version to use for all Packages"
96
+
},
97
+
"PACKAGES": {
98
+
"type": "array",
99
+
"description": "Version specification a specific packages. Format as {package}:{version}, {step}:{version} or {package-ref-name}:{packageOrStep}:{version}"
100
+
},
101
+
"RELEASE_NOTES": {
102
+
"type": "string",
103
+
"description": "Release notes to attach"
104
+
},
105
+
"RELEASE_NOTES_FILE": {
106
+
"type": "string",
107
+
"description": " Release notes to attach (from file)"
108
+
},
109
+
"IGNORE_EXISTING": {
110
+
"type": "boolean",
111
+
"description": "If a release with the same version exists, do nothing instead of failing."
0 commit comments