Use Proxmox virtual machines as slaves in Jenkins
This plugin allows the use of Proxmox virtual machines as slaves in Jenkins.
- Only Qemu virtual machines supported (at the moment).
- No option to avoid rolling back to a snapshot on slave start up.
- No checking on virtual machine ready state/errors during rollback.
To add a new Proxmox datacenter cloud, click on "Manage Jenkins" then "Configure System". In the "Cloud" section click "Add cloud" and select "Datacenter".
To add slaves click on "Manage Jenkins" then "Manage Nodes". Select the node type "Slave virtual machine running on a Proxmox datacenter." and enter a name for the node.
- Clone this repo.
- Run
mvn clean package
. - Go to Jenkins in a web browser.
- Click on "Manage Jenkins", select "Manage Plugins".
- Click on the "Advanced" tab then upload the file
target/proxmox.hpi
under the "Upload Plugin" section.
To run directly a Jenkins test instance with the plugin, run mvn hpi:run
.
- For recent versions, see GitHub Releases
- For versions 0.2.1 and older, see the Wiki page