Hi I followed the tutorial at the below link
Tutorial link
However after "
18-Jun-2025 19:21:46 java.io.FileNotFoundException: D:\Bamboo%20Home\local-working-dir\serverSide\REPOSITORY_STORED_SPECS\repository-33095710-master\checkout\bamboo-specs\specs15592671279212230718.xml (The system cannot find the path specified) 18-Jun-2025 19:21:46 com.atlassian.bamboo.configuration.external.PomProcessingException: java.io.FileNotFoundException: D:\Bamboo%20Home\local-working-dir\serverSide\REPOSITORY_STORED_SPECS\repository-33095710-master\checkout\bamboo-specs\specs15592671279212230718.xml (The system cannot find the path specified)
Hello Maneesh,
Welcome to Atlassian community.
When you push the code for specs, Bamboo will download it locally at the below location
D:\Bamboo%20Home\local-working-dir\serverSide\REPOSITORY_STORED_SPECS\
Post that it will run the specs logic, I believe in your case there seems to be some problem to the user permission for this folder. can you please revalidate if the files mentioned in the error is present there and the user which is running Bamboo has access to it.
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
Thanks. I will check these.
Please can you also tell me if i need to check/change the below section like localhost:8085, admin/group admin. Are these auto generated and same for everyone?
BambooServer bambooServer = new BambooServer("http://localhost:8085");
Plan plan = new PlanSpec().createPlan();
bambooServer.publish(plan);
PlanPermissions planPermission = new PlanSpec().createPlanPermission(plan.getIdentifier());
bambooServer.publish(planPermission);
}
PlanPermissions createPlanPermission(PlanIdentifier planIdentifier) {
Permissions permissions = new Permissions()
.userPermissions("admin", PermissionType.ADMIN)
.groupPermissions("bamboo-admin", PermissionType.ADMIN)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
These looks okay to me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.