Buildbot Connect READMEBuildbot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the project each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. This extension provides connection between Visual Studio Code and Buildbot. It allows to manually start and stop builds and check their status without leaving the IDE. Features
Extension SettingsThis extension uses Buildbot REST API, so you need a properly configured Buildbot web interface. In order to use it, you need to specify the following settings (it is recommended to set them in the workspace or folder scope):
Known IssuesIf you have no right to access some sub-page, the plugin will keep asking you for a password. Release NotesSee Changelog. |