Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Can't start a pull request build via rest #4075

waldemar ·

When trying to start a github pull request build using rest interface, QB returns an error complaining about 'configured branches'. It's not clear what we need to do to fix it.

curl -sL -X POST -u 'user:pass' -d '<com.pmease.quickbuild.BuildRequest><configurationId>2591</configurationId><respectBuildCondition>true</respectBuildCondition><priority>1</priority></com.pmease.quickbuild.BuildRequest>' https://qb.example.org/rest/build_requests
<?xml version="1.0" encoding="UTF-8"?>

<com.pmease.quickbuild.RequestResult>
  <loopedRequest>false</loopedRequest>
  <rejectReason>Build requested for configured branches.</rejectReason>
</com.pmease.quickbuild.RequestResult>

Any hints would be appreciated.

  • replies 3
  • views 379
  • stars 0
robinshen ADMIN ·

It tells that QB is processing your requests and if applicable pull request builds will be queued and processed in the configuration.

waldemar ·

Oh, so this is not an error??
Great, thank you so much.

robinshen ADMIN ·

No this is not an error.