Re: how to run cmd as administrator on a slave

2014-08-18 Thread Adam Guja
if there's no password required: sample source: http://www.howtogeek.com/forum/topic/make-a-batch-file-to-run-cmd-as-administrator "runas /user:administrator C:\data\mybatchfile.bat" you can try using psexec, however I have never used in on localhost psexec \\localhost -u admin -p password "echo

Re: Fighting the Screensaver

2014-08-18 Thread Adam Guja
Not sure if this helps your case, but when I don't want the screensaver to lock my screen and it's impossible to turn it off - I'm launching Windows Media Player and play the sample video in a loop and minimize the player and the screen never locks the screen again. W dniu poniedziaƂek, 18 sier

Re: Can $JENKINS_HOME/jobs be a symlink to a filer share?

2014-08-18 Thread Scott Evans
Gregg, Sounds like a very bad idea to me. As I have experienced, Jenkins caches project information in memory and blindly writes out configuration information to disk for restart purposes, and typically only reads disk data in case of a Jenkins restart. So, you could very easily end up in a situ

Can $JENKINS_HOME/jobs be a symlink to a filer share?

2014-08-18 Thread G Dameron
I'm exploring strategies for two Jenkins masters to use a common set of projects. One thought was to collect the current (local) content of the two masters' $JENKINS_HOME/jobs directories, move them to a filer-served area that both masters can see (read/write), and change $JENKINS_HOME/jobs from

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-18 Thread Richard Bywater
Doh! Had actually read and understood the first time I saw the post buy my understanding obviously disappeared in the subsequent replies - sorry about that :) Richard On 18/08/2014 7:41 PM, "Dan Tran" wrote: > @richard please read my first post again :) > > -- > You received this message because

Deploy Plugin 1.10 - deploy to Jboss 7.x -- Failure

2014-08-18 Thread Elangovan Thinagaran
Hi Good Morning, We have been trying to configure Jenkins CI to install to Jboss EAP 6.2 (based on AS 7.2.x) server. Following are our configurations a) Jenkins version -- 1.573 b) Jboss version - EAP 6.2 GA c) Maven version - 3.0.5 d) JDK - 1.7.0_65 We tried with Deploy Plugin 1.10 which stat

Re: Fighting the Screensaver

2014-08-18 Thread Aldrin Leal
Perhaps Symantec's nosleep could help you? -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Mon, Aug 18, 2014 at 10:1

Fighting the Screensaver

2014-08-18 Thread Rob Mandeville
Our QA team is using the TestComplete GUI testing software to test our web applications. TestComplete drives a Windows console session, effectively emulating mouse and keyboard, to test how a given browser responds to our code. The problem that we've been having is that there is a password-prot

how to run cmd as administrator on a slave

2014-08-18 Thread Brian C
hi, is this possible? we are trying to create a job, that updates the logon details for services in windows 7. for instance we would like to change the DB2COPY1 login details with a new password. however our master does not login to the slave using the admin account. looking to see if its pos

Re: how to build whenever there is a commit

2014-08-18 Thread Thomas Sundberg
On 18 August 2014 09:26, wrote: > Hi guys, > > how to build in jenkins whenever there is a commit in github. > Set up you job to poll your git repo and trigger the build on a change. More information: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin /Thomas -- Thomas Sundberg M. Sc. in

RE: How can i upload a text file and use it as a parameter

2014-08-18 Thread Brosh, Yossi
Alex, You have to collect all the variables in a file. Example: A=halleluya B=123 C=kuku Then like in the picture that I sent you already: Call the desired build with those parameters : A=$A B=$B C=$C From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf O

Re: Lookings for Jenkins version used by JENKINS_HOME

2014-08-18 Thread Dan Tran
@richard please read my first post again :) -- 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, visi

RE: How can i upload a text file and use it as a parameter

2014-08-18 Thread Alex Brodov
How would you recommend me to build this job if I need to pass a content of a file to one of my scripts in this job? Thanks, Alex On Aug 18, 2014 10:12 AM, "Brosh, Yossi" wrote: > Hi Alex, > > > > I hope this can help if I understood : > > You can't pass a file as a parameter , you need to brea

how to build whenever there is a commit

2014-08-18 Thread srinivasulu
Hi guys, how to build in jenkins whenever there is a commit in github. Regards, Srinivas. -- 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+unsu

RE: How can i upload a text file and use it as a parameter

2014-08-18 Thread Brosh, Yossi
Hi Alex, I hope this can help if I understood : You can't pass a file as a parameter , you need to break it into variables . BR Yossi From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Alex Brodov Sent: Monday 18 August 2014 09:57 To: jenkinsci-users@