Reputation: 23
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
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