The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Answer accepted
Steffen Opel _Utoolity_
Community Champion
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 Champions.
August 29, 2016

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

Subu baskaran
August 30, 2016

That helped, thanks!

TAGS
AUG Leaders

Atlassian Community Events