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.
Hi,
if you are not able to do upgrade then easiest way is encrypt what you need into Base64. I't not secure, but if you encrypt whole line(s) of code then it will not be interesting for someone encrypting everything what can be seen.
Another option what I see is calling file system script to which normal user don't have access.
@Petr Vaníček - Thank you for response. Please help me out for below queries.
Could you please guide on "calling file system script"?
Can we encrypt the variable inside the bitbucket repository and used in bamboo?
How to encrypt whole line inside bitbucket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With calling script I mean this: https://confluence.atlassian.com/bamboo/script-289277046.html
You can use one of them - variable or encrypted code in scripts.
About encrypting whole line you can inspire for example here: https://linuxhint.com/bash_base64_encode_decode/
So you will encode to Base64 when you will programming script and inside os script you will decrypt it.
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.