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.
In my application, i need to go to the UI and import a file as part of the deployment. Can i use bamboo to do this automatically for me whenever there is any new file added to the repository? Is there a plugin of sorts that I can use?
Hi @Ajay Moorthy,
Bamboo is capable of detecting changes on the source code and calling any external tool through a script task, but then you will need to have a script or an API to call the right action on your application.
There are multiple UI testing tools that would be possibly capable of doing what you need. There are even others used to automate such type of task. Bamboo would be the one calling this tool when the new changes are detected.
If your application has REST APIs, Bamboo could call them directly avoiding the need of an external tool to automate part of the process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.