I have created task in bamboo plan but this task is not working.
bamboo will not creating local directory:
like: 1. software 2. test both are not created in build-dir
below is the snippet of my log file.
what i am getting:
simple 23-Nov-2021 09:14:29 Build sample - Unit Test - Unit Test Job #47 (sample-JOB1-47) started building on agent ind-20-2530.xxx.xxx.com
simple 23-Nov-2021 09:14:29 Remote agent on host ind-20-2530.xxx.xxx.com
simple 23-Nov-2021 09:14:29 Build working directory is D:\bamboo_remote_agent_home\xml-data\build-dir\sample-JOB1
simple 23-Nov-2021 09:14:29 Executing build sample- Unit Test - Unit Test Job
what i am expecting:
Build sample - Unit Test - Unit Test Job #38 (sample -JOB1-38) started building on agent ind-20-2530.xxx.xxx.com
simple 22-Nov-2021 17:52:43 Remote agent on host ind-20-2530.xxx.xxx.com
simple 22-Nov-2021 17:52:43 Build working directory is D:\bamboo_remote_agent_home\xml-data\build-dir\sample -JOB1
simple 22-Nov-2021 17:52:44 Executing build sample - Unit Test - Unit Test Job #38 (sample -JOB1-38)
simple 22-Nov-2021 17:52:44 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
simple 22-Nov-2021 17:52:44 Build always requires a clean checkout
simple 22-Nov-2021 17:52:44 Cleaning build directory 'D:\bamboo_remote_agent_home\xml-data\build-dir\sample -JOB1\software'
simple 22-Nov-2021 17:52:50 Build always requires a clean checkout
simple 22-Nov-2021 17:52:50 Cleaning build directory 'D:\bamboo_remote_agent_home\xml-data\build-dir\sample -JOB1\test'
simple 22-Nov-2021 17:52:56 Build always requires a clean checkout