Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,459
Community Members
 
Community Events
184
Community Groups

Bamboo not connecting to mapped drive

Edited

Hi,

I have a Bamboo inline script that does not connect to the the mapped X drive and gives the error;

16-Jul-2018 15:30:080 File(s) copied
16-Jul-2018 15:30:08Invalid drive specification

The script;

@echo on
set copycmd=/Y
echo working dir ${bamboo.build.working.directory}

echo copying the release from centos to release folder

xcopy /s /i /y X:\cdk.pl ${bamboo.build.working.directory}\releases\64Bit

rem xcopy /s /i /y ${bamboo.build.working.directory}\releases\64Bit\cdk.pl %SdriveHF2%\64bit

The drive is mapped correctly on the host machine and the xcopy command works from the command line using xcopy.

The mapping is to a unix box. This used to work but I suspect a recent upgrade to Bamboo has broken things.

Bamboo version information

Version 5.15.5

Build number 51518

Build date 3/28/17

Many thanks,

Mark.

1 answer

0 votes
Gabriel Ribeiro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 20, 2018

Hi Mark,

I'm not sure if the upgrade itself is responsible for the issue you're seeing. Script tasks are external processes and Bamboo has no control over what is happening there.

What could possibly be happening in your case is that the user you're using to start the Bamboo service doesn't have the X: drive mapped, since the script will run using this same user, the xcopy command will fail.

Based on the description you provided, I'm assuming you're running Bamboo on a Windows machine so, you can try to start the service with a local user and make sure the X drive will be available for this specific user during the build execution. You will find the instructions on how to change the user used to start Bamboo in the documentation below:

let us know the result.

thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events