I am trying to setup a build and deploy plan using Bamboo (Atlassian).
The build process is working fine, and it's calling the deployment process, but I would like to deploy the built artifact in a specific directory then run it using a java command, typically
java -jar my_war.war -Djava.awt.headless=true
From the task type, I can't find something that helps me.