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!
I am trying to execute several simple bash commands from the Script task in bamboo, but with no luck, I've searched all related answers on the topic, but this didn't help, unfortunately.
I also tried
#!/bin/bash
bash /path/to/some/shell/script/on/bamboo/server/script.sh
I need to rm -rf the directory and then move the build directory from bamboo instead.
I am using bamboo user, the directory owner is bamboo, I even tried to change folder permissions to 777 just for the test, but all the time I receive "Permission denied" in the script task.
I tried to echo $"USER" at the begging of the script, and it gives me the correct result - the user is bamboo.
I am a little bit confused, could you please help me?
My Bamboo version is 7.1.1
Ubuntu 18.04