cshirley101675
New Member
- Messages
- 14
- Reaction score
- 0
I am trying to automate building images with a build tool (e.g. Jenkins) via using the CLI. Is there a way we can run NTLite in a non-interactive GUI (console only)?
This is the command I am currently running:
E:\NTLite\NTLite.exe /LoadImage:"E:\Win10_Pro" /ImageIndex:1 /LoadPreset:"Win10_Pro" /CreateIso:"E:\Win10_Pro.iso" /IsoLabel:"Win10 Pro" /ExitAfter:1
This command runs perfectly as expected locally testing, however when running via Jenkins, it is expecting the GUI to be launched and Jenkins is expecting the application to run in a console only mode. Is this possible?
This is the command I am currently running:
E:\NTLite\NTLite.exe /LoadImage:"E:\Win10_Pro" /ImageIndex:1 /LoadPreset:"Win10_Pro" /CreateIso:"E:\Win10_Pro.iso" /IsoLabel:"Win10 Pro" /ExitAfter:1
This command runs perfectly as expected locally testing, however when running via Jenkins, it is expecting the GUI to be launched and Jenkins is expecting the application to run in a console only mode. Is this possible?