what is Qemu virtual machines

TobiasE

New Member
Dec 6, 2017
24
1
1
45
I am completly new to proxmox.
I am trying to use this plugin for jenkins which should allow for adding proxmox VMs as jenkins slaves.
However when reading about it, it says ".only Qemu virtual machines supported."
Right now the plugin does not find any virtual machines or nodes and I was wondering if I have created them incorrectly. Is there a difference between iso and Qemu virtual machines?
Or is Qemu simply refering to a vm created in proxmox?
 
Qemu (https://www.qemu.org/) is the project which virtualizes hardware and we use this project together with kvm (https://www.linux-kvm.org/ ) to create "VM"s
in contrast to containers ("CT"s) which are not full virtualized guests but share the same kernel as the host
 
That's because Jenkins proxmox plugin is outdated and not working on latest versions. I just fixed it with github.com/jenkinsci/proxmox-plugin/pull/4
The merge/release could takes some time, you can find the beta hpi attached to this reply if you want to give a try.
 

Attachments