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 the script body at the first line I specify
#!/bin/bash -x
Below that line are my script commands.
When I run the script view the log I'm not able to see any of the verbose script commands being run.
Hi David,
Thanks for your question!
I tested the code and Bamboo does show the verbose logs when using the -x flag:
build 05-Apr-2018 02:24:35 a error 05-Apr-2018 02:24:35 + echo a simple 05-Apr-2018 02:24:35 Finished task 'Script' with result: Success
My Code was:
#!/bin/bash -x
echo a
Can you check what interpreter is set to be used?
I am using Shell and Script location as Inline. My Bamboo version is 6.4.0
Thanks,
Robhit
Just for records, one can parse the shebang and execute that interpretor inline directly only from Bamboo 6.4 onwards (via BAM-17864).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem : no output for the script
I've tested with the code Robhit provided and using Shell ,Script location as Inline, Bamboo version 6.6.3.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.