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 installed bamboo and its running on Centos 7. Now i`m having issues when it comes to build as i get the following errors - :
Cleaned source directory '/opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/DS-DBR0-JOB1'...
Checking out revision 59b5d0c6e911e23d7c6a5d8c1b85d9da4e53ad92.
Creating local git repository in '/opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/DS-DBR0-JOB1/.git'.
/usr/bin/git clone /opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/_git-repositories-cache/191367b823096e155ae5b31f44cb90ab62bc758d --shared --no-checkout '-c filter.lfs.smudge=' '-c filter.lfs.required=false' /opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/DS-DBR0-JOB1
Cloning into '/opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/DS-DBR0-JOB1'...
ssh: Could not resolve hostname /opt/bamboo/atlassian-bamboo-6.9.1/bin/c: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Checkout to revision 59b5d0c6e911e23d7c6a5d8c1b85d9da4e53ad92 has failed.
/usr/bin/git remote set-url origin file:///opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/_git-repositories-cache/191367b823096e155ae5b31f44cb90ab62bc758d
fatal: Not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Error occurred while running Task 'Checkout Default Repository(1)' of type com.atlassian.bamboo.plugins.vcs:task.vcs.checkout.
com.atlassian.bamboo.plugins.stash.repository.StashRepositoryException
at com.atlassian.bamboo.executor.RetryingTaskExecutor.rerun(RetryingTaskExecutor.java:141)
Caused by: com.atlassian.bamboo.plugins.git.GitCommandException: command [/usr/bin/git remote set-url origin file:///opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/_git-repositories-cache/191367b823096e155ae5b31f44cb90ab62bc758d] failed with code 128. Working directory was [/opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/DS-DBR0-JOB1]., stderr:
atal: Not a git repository (or any parent up to mount point /opt)
There is something really odd going on there.
I can see that your paths are mixed with Linux and Windows formats...
e.g.:
/opt/bamboo/atlassian-bamboo-6.9.1/bin/C:/bamboo/bamboo-home/xml-data/build-dir/DS-DBR0-JOB1
Questions
I hope the questions above will help us to narrow down this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.