Mareeshwaran
Mareeshwaran

Reputation: 23

How to invoke a Rest API from BAMBOO

I need to create a Bamboo task that task needs to invoke my project Rest API(http://host:port/api/......) to perform the business logic. Is it any way is there to achieve this? Where i need to mention my API URL and how it will pick my code?

Upvotes: 2

Views: 1450

Answers (1)

Oleksiy Chystoprudov
Oleksiy Chystoprudov

Reputation: 1145

You can use Script task to invoke curl command as part of job. Project REST endpoint can be plan variable, if it doesn't change often.

Upvotes: 1

Related Questions