I have an Azure WebSite that contains multiple webjobs. Using FileZilla I can update these jobs independently by using /site/wwwroot/app_data/jobs/continuous/[Jobname] directly. This lets me deploy web jobs seperately.
I have individual nuget packages for each job.
I am currently using FTP deployment for the rest of our site (standard Azure WebSites) and it works fine, but they have a root directory of /site/wwwroot/.
When I use the webjob path I get an error “The system cannot find the path specified. (code=550)”.
How should I deploy individual webjobs?
If I can’t, how can I deploy them as a single website and still have octopus deploy update the configuration files that are buried deep in the folder structure (i.e. not in the root folder but in /site/wwwroot/app_data/jobs/continuous/[Jobname]) as it doesn’t seem to pick these up for transformation
The links helped me diagnose… eventually down to user error. I think the FTP 550 was transient as it seems to have gone away and the variables not being updated was due to a selection option not being set.
Thanks for the heads up on Octopus 3.0 btw. however, I have to say that when it works, FTP is actually really easy…