You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 'build on github pull requests' enabled for our project, and we can retrigger failed builds by POSTing to /api/v3/projects//versions/<pr#>/builds/, and also those builds show up in the listing of builds from /api/v3/projects//builds, with "version" set to the PR number, but how does one create a build for a Github PR when it has failed to build the first one (i.e. if there are no builds, how do we start one for a PR)?