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

Win: custom action output not shown

Jeroen de Bruijn September 5, 2017

Running a .bat or .sh from as custom action (e.g. the .bat file below) does not show in the SourceTree command output pop-up. Instead a Command Prompt window pops up showing the script. How do I get this output in the Sourcetree output window?

I've enabled the Show Full Output. Below is what the test bat script looks like. I expect the output to show "hi" and "by" but it just says <script name> Completed successfully.

 

@echo off
echo "hi"
sleep 2
echo "by"

 

Does anyone know why the output is not shown? Am I doing something wrong?

 

BTW Runnign sourcetree 2.1.11.0 on Windows 10 (x64) machine.

2 answers

0 votes
Jeroen de Bruijn September 10, 2017

Weird,
Now mine is also working. Same configuration as yours @minnsey

Not sure what I did different this time, it should be the exact same environment as earlier...
I asked this because I'm adding some custom actions :) in a git repo and want to show/log some stuff from shell files (ran on windows using the git bash) and script location as first argument.

Anyhoo, thanks for the test configuration.

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 7, 2017

Hi
I can't reproduce this issue at the moment.

My batch file
test.bat

@echo off
echo "hi"
echo "bye"

 

It is then configured like this

customactiontest.PNG

 

Whihc then runs like this:

 

customactiontest-run.PNG

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events