This section provides an overview of the various plugins available for the Autobuild system. Plugins are essential for extending the functionality and capabilities of the Autobuild tool.

Plugin Categories

  • Version Control Integration

    • Plugins that integrate with version control systems like Git, SVN, and Mercurial to streamline the build process.
    • Git Integration
  • Build Tools

    • Plugins that enhance the build process by adding support for various build tools such as Maven, Gradle, and CMake.
    • Maven Plugin
  • Testing Frameworks

    • Plugins that integrate with popular testing frameworks like JUnit, NUnit, and TestNG to automate testing during the build process.
    • JUnit Integration
  • Continuous Integration

    • Plugins that facilitate continuous integration by integrating with CI tools like Jenkins, Travis CI, and CircleCI.
    • Jenkins Integration

Usage

To use a plugin, you typically need to:

  1. Download the plugin from the official Autobuild plugins repository.
  2. Add the plugin to your Autobuild configuration file.
  3. Restart the Autobuild service to enable the plugin.

For more detailed instructions, please refer to the Autobuild Documentation.

Related Resources