Chapter 7: Developing Plugins
- We used the Maven Build tool.
- We used the Chocolatey Package Manager in Windows.
- We used the Homebrew Package Manager in macOS.
- The
settings.xml
file for the Maven Build Tool. - You can go to the url {{domain}}/pluginManager/advanced to manage plugins.
- The command
mvn install
is used to both build and install Jenkins Plugins. - Maven creates a file called
pluginname.hpi
where plugin name can be any name you gave for the actual plugin.