How to execute just the command line task and not build the source code in bamboo?

Subu baskaran August 29, 2016

I have a command line task that will kick off automated tasks. As a qa engineer, I dont have access to source code. I want to just test if bamboo is successfully able to kick off command line and execute my test scripts without needing to build the source code.

1 answer

1 accepted

4 votes
Answer accepted
Steffen Opel _Utoolity_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 29, 2016

Most likely you are looking for the Bamboo Script task:

  • You can execute inline or file based shell scripts on Linux or Windows, and specify arguments and environment variables (possibly injecting Bamboo variables in turn).
  • The shell script's exit code determines the task result, i.e. return 0 do communicate success and any other value to communicate failure.
Mark de Bont
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 29, 2016

that's right, no need to define and use source code repositories

Subu baskaran August 30, 2016

That helped, thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events