When I add a Deploy Tomcat Application task within a job in Build Project, It is working fine. But when I am adding the same task in Deployment Project,it fails.
What I observed that when 'Deploy Tomcat Application' task is added as Deployment project, it creates an empty folder with random numeric name,where it is unable to find desirable war and fails to deploy at tomcat. Please suggest a way.
For better understanding snnipet from log is given below:
| 10-Nov-2017 17:30:47 | Build Deployment of 'ATG_1.1' on 'QA Environment' started building on agent Default Agent |
| 10-Nov-2017 17:30:47 | |
| 10-Nov-2017 17:30:47 | Build working directory is C:\Users\shashankshekhar_s\bamboo-home\xml-data\build-dir\7897089-8060929 |
| 10-Nov-2017 17:30:48 | Executing build Deployment of 'ATG_1.1' on 'QA Environment' |
| 10-Nov-2017 17:30:48 | Skipping execution of task 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:cleanWorkingDirectoryTask' as it is disabled |
| 10-Nov-2017 17:30:48 | Skipping execution of task 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:cleanWorkingDirectoryTask' as it is disabled |
| 10-Nov-2017 17:30:48 | Skipping execution of task 'Download release contents' as it is disabled |
| 10-Nov-2017 17:30:48 | Starting task 'Deploy at tomcat' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:deployAppTask' |
| 10-Nov-2017 17:30:48 | Could not find war file at C:\Users\shashankshekhar_s\bamboo-home\xml-data\build-dir\7897089-8060929\webapp\target\webapp.war. The application could not be deployed. |
| 10-Nov-2017 17:30:48 | Finished task 'Deploy at tomcat' with result: Error |
| 10-Nov-2017 17:30:48 | Finalising the build... |