Jenkins : Proxmox Plugin

Plugin Information

View Proxmox on the plugin site for more information.

Use Proxmox virtual machines as slaves in Jenkins

Description

This plugin allows the use of Proxmox virtual machines as slaves in Jenkins.

Limitations

  • 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.

Configuration

Datacenter cloud

To add a new Proxmox datacenter cloud, click on "Manage Jenkins" then "Configure System". In the "Cloud" section click "Add cloud" and select "Datacenter".

Virtual machine slaves

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.

Change Log

Version 0.2.1 (2013-09-11)
  • Fixed authentication timeout bug
Version 0.2 (2013-09-05)
  • Initial release