You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have bamboo configured and running on Ubuntu ... I'm just trying a simple test to get it to checkout a Git repository and run a script.
I can't get it to do the source code checkout even though the order looks right in the plan:
The error I get is "the working directory <directoryPath> must exist before executing the process" ... I know, but I can't get it to check out the source!
There must be something simple I'm missing; help please?
Hello,
when you installed Bamboo and created a build plan, you should automatically have a working directory. You could check this, for example, by adding a Scrip task to your build plan and put there:
echo ${bamboo.working.directory}
It should show something like: ~/bamboo-agent-home/xml-data/build-dir/<your JOB_KEY
> The working directory is where code is checked out and worked with when the job runs.
If the above echo command shows a valid and the correct path for you, I'd assume that your Source Code Checkout task has something wrong in its configuration.
Otherwise, I can only imagine that you have defined working.directory as a global or a plan level variable - so it substitutes the Bamboo one.
Hope this helps.
Cheers, Gerhard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.