Supress windows gui/output via Jenkins job

2014-01-08 Thread david.doughty
Hi

I'm working with our Siebel development team with the aim of automating some of 
their build/release practices; currently they use a utility siebdev.exe, which 
provides a facility to compile/export/import data between Siebel databases.

The problem appears to be that running it via Jenkins blows a fuse throwing 
an application error in the windows event log

I suspect that this is something to do with the utility flashing up a gui while 
it performs some of its tasks in the background.

It would appear that the utility doesn't have a silent option.

I had a look at the Xvfb plugin and that would be ideal; if only it worked for 
windows

So, the question finally is; is there any way to supress/redirect the gui 
output via Jenkins on a windows slave?

dD


This e-mail and any attachments are confidential and intended
solely for the addressee and may also be privileged or exempt from
disclosure under applicable law. If you are not the addressee, or
have received this e-mail in error, please notify the sender
immediately, delete it from your system and do not copy, disclose
or otherwise act upon any part of this e-mail or its attachments.

Internet communications are not guaranteed to be secure or
virus-free.
The Barclays Group does not accept responsibility for any loss
arising from unauthorised access to, or interference with, any
Internet communications by any third party, or from the
transmission of any viruses. Replies to this e-mail may be
monitored by the Barclays Group for operational or business
reasons.

Any opinion or other information in this e-mail or its attachments
that does not relate to the business of the Barclays Group is
personal to the sender and is not given or endorsed by the Barclays
Group.

Barclays Bank PLC. Registered in England and Wales (registered no.
1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United
Kingdom.

Barclays Bank PLC is authorised by the Prudential Regulation
Authority and regulated by the Financial Conduct Authority and the
Prudential Regulation Authority (Financial Services Register No.
122702).

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Supress windows gui/output via Jenkins job

2014-01-08 Thread JonathanRRogers
On Wednesday, January 8, 2014 6:49:13 AM UTC-5, david@barclays.com 
wrote:

 So, the question finally is; is there any way to supress/redirect the gui 
 output via Jenkins on a windows slave?


I don't use Jenkins on Windows but I'm going to go out on a limb and say 
that I'm pretty sure Jenkins doesn't have any Windows-specific way of 
dealing with GUI programs. You're probably going to have to run Jenkins as 
a user with permission to interact with the desktop, whether that's the 
single regular desktop or a remote desktop session.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Supress windows gui/output via Jenkins job

2014-01-08 Thread blaz
Since Windows 7 and Windows Server 2008 services cannot interact with 
desktop.
You will have to configure slave to perform auto login and start slave as 
desktop application.
This was discussed a while back. I think it was related to executing 
Selenium tests on Windows machine.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.