I have been handed a Bamboo build/job and have never worked with it before. There are 2 existing tasks, Task A and Task B. Task A does stuff to a ZIP named myapp.zip
, but Task B expects it to be named widget.zip
. For reasons outside the context of this question, I cannot modify Tasks A or B.
So, I need a way to insert a task in between these 2 existing ones, and change the name of myapp.zip
to widget.zip
. Is there a way to do this using Ant or some shell commands? If so, since I'm brand new to Bamboo, can someone please give me detailed instructions on how to configure this "Rename" task?