passing variable via octo.exe to deploy step
Is there a way to pass values as variable from octo.exe CLI in a release deploy command to a process.
Let's say passing a value from Jenkins to one of the steps.
Thanks
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dalmiro Grañas on 21 Nov, 2017 07:38 PM
Hi,
Thanks for reaching out. You can do it by creating a "prompted variable" and then passing a value to it using the
--variable
parameter ofOcto.exe
. More info here: https://octopus.com/docs/deploying-applications/variables/prompted-...Best regards,
Dalmiro
2 Posted by timw on 26 Jan, 2019 10:28 PM
...yet another scenario where it would be great to be able to scope prompted variables to something other than an environment.