log output of script task?

Kendall Shaw February 28, 2015

I have an inline shell script as a script task.When I run the plan that it is part of (it's set to manual), it says it completed successfully. On the logs tab it says no logs were found for this job. The script did not execute the commands that are in the script. Is there some way to see what it did? Can I log stdout and stderr somehow?

Actually, other posts seem to indicate that this is supposed to be happening already. Any ideas?

 

 

2 answers

1 accepted

0 votes
Answer accepted
Kendall Shaw February 28, 2015

Thanks. I had the stage set to manual and was running the plan.

2 votes
Caley Goff February 28, 2015

I find this always helps when using scripts in Bamboo... it adds just enough verbosity to understand whats going gone

 

#!/bin/bash
set -x
 
do stuff here...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events