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.
While using the VCScheckout Task to fetch our project from bitbucket the bamboo log prints all the tags which are applied to the branch. Is there a way to hide this? Depending on the project, the list could be really long
simple 27-Apr-2021 06:58:59 Fetching 'refs/heads/develop' from 'ssh://git@BASE_URL.com:7999/PROJECT/REPO.git'. simple 27-Apr-2021 06:58:59 Warning: Permanently added '[127.0.0.1]:49724' (RSA) to the list of known hosts. simple 27-Apr-2021 06:58:59 From ssh://127.0.0.1:49724/PROJECT/REPO simple 27-Apr-2021 06:58:59 * [new branch] develop -> develop simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-103 -> 10.5.0-TAG-103 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-104 -> 10.5.0-TAG-104 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-105 -> 10.5.0-TAG-105 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-106 -> 10.5.0-TAG-106 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-109 -> 10.5.0-TAG-109 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-110 -> 10.5.0-TAG-110 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-111 -> 10.5.0-TAG-111 simple 27-Apr-2021 06:58:59 * [new tag] 10.5.0-TAG-112 -> 10.5.0-TAG-112
[...]