Le situation:
- A customer is running the application from a share available to all computers in their domain
- We deploy to a computer outside the domain. This computer does not have access to that domain share.
- Then we need to inform their IT department that the application is updated and they must copy the files into the share before the customer can start using them.
Far from perfect, I know, but these are the limitations set by the customers IT department.
To remove manual labour from the process I looked into the “Send e-mail” step. And to be completely free from misunderstandings the email should include the source folder for the files.
Problem: The ApplicationDirectoryPath variable is not available, it will not resolve. It displays as #{Octopus.Tentacle.Agent.ApplicationDirectoryPath} in a test deployment where the email was sent to me.
Fair enough, since this is a new step and the new step does not know which tentacles the previous step executed on, am I right ?
It would be beneficial to be able to add email as a child step then, but this is not possible.
What to do ? Is there any solution that may help me ?