This is possible with the Bamboo Script task, which allows you to use Bash on Linux, and batch files on Windows - accordingly, you just need to call the .exe file from a batch file turn, or even simpler, just select the location of the script file as Inline and specify the .exe file right there:
- File — enter the location of the file in the Script file field. This can be either relative to the repository root of the plan, or absolute. You can include variables (see Bamboo variables).
- Inline — enter the script in the Script body field.
Instead of using an old fashioned Windows batch file, you can meanwhile also run this as a Windows PowerShell script btw.:
(Optional, Windows only) Check the 'Run as Powershell script' checkbox to run the script with Powershell instead of cmd.exe which interprets .bat files. The inline editor supports Powershell syntax.
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.