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

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

David Jones March 8, 2018

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.
April 4, 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.
April 4, 2018

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

Catalin January 29, 2020

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.
January 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