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 some extra lines of code that I want to be added to repository during the build pipeline.
So, I want to introduce a stage in build pipeline in bamboo which allows me to make changes to files and commit them to bitbucket.
@Biplav Timalsina Welcome to the community!
Best way I can think of doing this by adding Script Task to your build process. In this task you can add a script to,
I referred this document for help - https://confluence.atlassian.com/bamkb/how-to-commit-and-push-to-a-git-repo-during-a-build-720641378.html
Thank you for your response. I think this will work.
I just found an easier way to do this. https://confluence.atlassian.com/bamboo/configuring-a-source-control-task-956167494.html.
Seems like Bamboo has inbuilt support to push code from build pipeline to repository using the source control task.
Thank you tons!
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.