InterviewSolution
| 1. |
What Exactly Do You Known About The Deployment Process In The Octopus Deploy? |
|
Answer» This process in the Octopus seems quite SIMILAR to that of a small application that is used for software deployment. Firstly there are some steps which need to be added for defining the recipe. After this, variables are added in the process. There is no strict upper limit on the steps in the Octopus. USERS are free to choose them as per their experience and interest. These are available in the step library. The EXPERIENCED developers can even define their own steps. Each step defines a group or a SERIES of action which the tool executes for the related deployment process. It is necessary that process should not change too FREQUENTLY. This process in the Octopus seems quite similar to that of a small application that is used for software deployment. Firstly there are some steps which need to be added for defining the recipe. After this, variables are added in the process. There is no strict upper limit on the steps in the Octopus. Users are free to choose them as per their experience and interest. These are available in the step library. The experienced developers can even define their own steps. Each step defines a group or a series of action which the tool executes for the related deployment process. It is necessary that process should not change too frequently. |
|