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? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
