Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,757
Community Members
 
Community Events
184
Community Groups

How do I get the Bamboo script task to show verbose console ouput?

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.

1 answer

0 votes
robhit
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 04, 2018

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

Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 04, 2018

Just for records, one can parse the shebang and execute that interpretor inline directly only from Bamboo 6.4 onwards (via BAM-17864).

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.

Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 30, 2020

Hey @Catalin

What do you see in your build log when the script task is executed?

Cheers, Jey

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events