Passing Argument to Bamboo Spec runner

Ananth Francis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 20, 2021

Hi,

I am trying to pass an argument to the bamboo spec.
Unfortunately, my arguments are not passed to my planSpec. 

I tried like this. But, its not passing the arguments to the PlanSpec.
mvn -Ppublish-specs -Dbamboo.specs.log.level=DEBUG -Dexec.args="myArg1 myArg2"

Thanks and Regards!!!
Ananth Francis.

1 answer

1 vote
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 21, 2021

As Specs processing was designed to be executed at Bamboo Server it doesn't propagate any args to be as safe as possible from security point of view.

Ananth Francis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 23, 2021

Thanks Alexey for the answer.
We would like to run from different server in our case and currently we are setting couple of environment variables and reading those env in the specs but it looks like it may not be a great idea to do.

Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 25, 2021

If you use Bamboo Specs at repository and by different servers you mean Bamboo Server, then look at https://docs.atlassian.com/bamboo-specs/7.2.2/com/atlassian/bamboo/specs/api/context/RssRuntimeContext.html#getServerName-- which allows you to get server name at Specs processing runtime.

 

We use it internally to setup different plans at different Bamboo Servers but same source code repository

Like Steffen Opel _Utoolity_ likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events