hi i have libvirt as hypervisor on jenkins it does give option for lxc so im thinking it should be able to connect to lxc/incus. does anyone know how we do this. jenkins is container on incus.
I don’t think that anyone wrote a cloud plugin for Jenkins at this point.
For our own use case, I went the lazy route and we’re running most jobs through a wrapper script that then handles Incus instance creation, testing and deletion.
I think it’d be really neat if there was native support for Incus in Jenkins, but given it’s a big pile of Java, I’m certainly not going to be the one to contribute that plugin