-
Suggestion
-
Resolution: Obsolete
-
None
-
None
-
0
-
1
-
currently the remote client is presented with
A build of xyz project - PlanName was triggered by remote http call.
even when no build has been triggered due to no changes.
If no build is triggered due to no changes are present - then a different message should be displayed like
No changes found for project xyz - PlanName : no build triggered on bamboo host
Please remember, that this API is deprecated.
Currently, you can use new REST API to trigger the build:
/rest/api/latest/queue
as described here: http://docs.atlassian.com/bamboo/REST/3.3-SNAPSHOT/#idp161696
To trigger the build you need to execute POST request specifying project and plan key.
There is a number of HTTP error codes returned, when build is not triggered.
Documentation is for version 3.3, but it applies also for previous versions (2.7+).