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

How can I obtain bamboo server version in Scan Task plugin?

test user March 26, 2018

For logging and diagnosing purposes, I need to obtain bamboo server version and send it with my application request from scan task module. How can I obtain bamboo server version in Scan Task plugin?

1 answer

0 votes
Dave Chevell
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 26, 2018

Hey there,

You can query the Bamboo API to retrieve the server version easily via this endpoint: http://bamboo.mycompany.org/rest/api/latest/info

An example curl call would look like this:

curl -u myuser:mypassword http://bamboo.mycompany.org/rest/api/latest/info

 As for how to do this via the Scan Task plugin, are you talking about a third party plugin? You may need to contact the vendor of that plugin about how to make use of the Bamboo version information.

Cheers,

Dave

Duran Serkan Kilic March 27, 2018

Is there a way to obtain a username and password in Bamboo plugin to make a request via HTTP client. Optionally, can I obtain it via TaskContext or TaskConfigurator without API call? 

Duran Serkan Kilic April 1, 2018

 As for how to do this via the Scan Task plugin, are you talking about a third party plugin? You may need to contact the vendor of that plugin about how to make use of the Bamboo version information.

Sorry for the ambiguity. The plugin I am developing is "scan task" plugin. Which initiates a scan and sends some information related to the build such as changeset Id, build number, plan name etc. 

We can rename it as the Task Plugin Module. Is there a way to make this rest call within the plugin?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events