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?
Thanks. I had the stage set to manual and was running the plan.
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.