Problem spinning VM through Jenkins using libvirt.
620 views
Skip to first unread message
Rishabh Das
unread,
Oct 1, 2013, 2:22:06 AM10/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
I have a script which spins out virtual machines using libvirt. The
script uses a kickstart file for the automated installation and thus
requires no human intervention. The script runs perfectly fine when run
through the shell. I decided to integrate it with Jenkins by creating
a job to spin VMs based on some trigger condition. Job gets triggered
as expected, but it can not continue. It throws the following error and
exits.
error: Cannot run interactive console without a controlling TTY
Is there a possible solution that I can either get a controlling TTY or spin out VMs without the need of interactive console?
Lukas Krupa
unread,
Jul 22, 2015, 11:28:48 AM7/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Following did not help me, but maybe it will help you