Total bamboo noob here: I have a gulp command in my client directory that takes the built application files relevant to serving up the client and copies those files into the appropriate resource directories for each platform's server that I'm building.
This works serially when I run it from command-line but I'm trying to understand how this fits in with Bamboo's stages.
Right now my stages look like this
Where my client has the following tasks:
Most of this is just invoking separate gulp commands and examining the output. But my issue is that the gulp command that moves the client files to the server asset folders is not persisted between the stages.
Once my bamboo server reaches the server stage, the folder no longer exists?