We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking the Build-button in the header of the list of builds yields me the following error:
Build project Not Found The requested URL /buildbot/build was not found on this server.
Build project
Not Found
The requested URL /buildbot/build was not found on this server.
Am I missing something in the configuration (the path to buildbot seems to be missing here)?
The text was updated successfully, but these errors were encountered:
Unfortunately, now build button works only with ForceScheduler with name="force",
r = self._request("/builders/%s/force" % builder, method="POST", reason='launched from trac', forcescheduler='force')
Sorry, something went wrong.
Unfortunately, now build button works only with ForceScheduler with name="force", r = self._request("/builders/%s/force" % builder, method="POST", reason='launched from trac', forcescheduler='force')
It seems does not apply to your problem.
Maybe part of plugin is not enabled. Let see Administration-> General->Plugins->tracbuildbotplugin 0.1->BuildbotBuildHandler.
No branches or pull requests
Clicking the Build-button in the header of the list of builds yields me the following error:
Am I missing something in the configuration (the path to buildbot seems to be missing here)?
The text was updated successfully, but these errors were encountered: