Hello.
Please help. Use bamboo 5.x I have to create job for update branch last version of origin/master. How do it?
I tried to use sub directory & script with command line (git command). Example of my script
git fetch origin master
git checkout branch1
git merge origin/master
git push
Hi @Tester Bankiru,
Bamboo has a repository cache to run and update builds faster. For this reason, if you need to do this using a script, you will have to perform some adjustments in the local source repository used for the build as described in the following documents:
I hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.