Re: Fighting the Screensaver

2014-08-19 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

Re: how to run cmd as administrator on a slave

2014-08-19 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

JENKINS CI USER EVENT IN COPENHAGEN THIS FRIDAY!

2014-08-19 Thread Lars Kruse
*WILL WE SEE YOU ON FRIDAY!* Friday August 22nd the Scandinavian Jenkins CI Community will meet. The venue is the University of Copenhagen - Department of Computer Science. If you are located in Scandinavia - this is the one conference you *do not want to miss*. Come meet with your Jenkins CI

Jenkins multijob plugin not loading

2014-08-19 Thread John McGowan
Anyone seen this error before. Tried added multijob to a well established LTS server (I have it on another server ok, same version but different plugin set). Jenkins ver. 1.565.1 http://jenkins-ci.org/ 18-Aug-2014 10:56:38 hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 error WARNING:

Re: Jenkins multijob plugin not loading

2014-08-19 Thread Daniel Beck
Make sure EnvInject plugin is installed and enabled. On 19.08.2014, at 11:45, John McGowan john.mcgow...@gmail.com wrote: Anyone seen this error before. Tried added multijob to a well established LTS server (I have it on another server ok, same version but different plugin set). Jenkins

Re: Jenkins multijob plugin not loading

2014-08-19 Thread John McGowan
cheers, I can't believe this but some tool had unticked it so it wasn't enabled! Was just about to say it was there ok. The woes of an open access system. - John On Tuesday, 19 August 2014 10:45:52 UTC+1, John McGowan wrote: Anyone seen this error before. Tried added multijob to a well

Large scale Jenkins installation : Help!

2014-08-19 Thread Frederic Meyrou
Dear mates, I'm recently in charge of quite big Jenkins configuration based on a central master (no build on master) with : 7000 Jobs 136 active Slaves mostly tied build 150-200 Total Slaves ~450 potential executors Users are on many RD sites in Europe, slaves are spread over the WAN each

RE: Jenkins multijob plugin not loading

2014-08-19 Thread Sudhakar . Shanmugam
I would like to know more on how to club multiple jobs in one jobs and run them in sequence. Can someone please help? Thanks, Sudhakar From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of John McGowan Sent: Tuesday, August 19, 2014 3:16 PM To:

Re: Getting metadata of another sub-project in Multijob project

2014-08-19 Thread Adam Mercer
Can anyone offer any help regarding this? Or point to some useful documentation as the plugin documentation is not much help? Cheers Adam On Thu, Aug 14, 2014 at 3:21 PM, Adam Mercer r...@gravity.phys.uwm.edu wrote: Hi I'm trying to use the Multijob plugin write a series of jobs for

RE: Getting metadata of another sub-project in Multijob project

2014-08-19 Thread Ginga, Dick
Well, there are a few ways to do this: The Parameterized Trigger plugin lets you trigger one job from another and pass to that job a set of parameters. You can use the $BUILD_NUMBER and $JOB_NAME as parameters. There is also the Build Flow plugin that provide a DSL for scripting job

RE: Large scale Jenkins installation : Help!

2014-08-19 Thread Rob Mandeville
I used to run a system with about as many executors, but all in one server room. First off, is there a good reason to run the slaves on a WAN? I understand that your users are spread throughout Europe, but why should your builds be? Users generally only need to talk to the Jenkins server, not

Re: Large scale Jenkins installation : Help!

2014-08-19 Thread Nigel Magnay
Nexus proxy next to the slaves. Do you have a lot of maven project builds? Stop Jenkins cd ~/.jenkins/fingerprints rm -rf * Start Jenkins Our install is like 1/100th the size of yours, and that alone saved 450Mb of memory. -- You received this message because you are subscribed to the Google

Is it possible to use multiple authorization strategies in Jenkins?

2014-08-19 Thread vicki_kozel via Jenkins Users
Hello, we are using LDAP and role-based authentication for Jenkins. Sometimes we are experiencing LDAP connectivity problems that renders jenkins CI non-operational. We would like to be able to have a non LDAP authenticated admin user that can login at any time even when LDAP connectivity is

Re: Is it possible to use multiple authorization strategies in Jenkins?

2014-08-19 Thread 'Coinbase Support' via Jenkins Users
__ Type your response ABOVE THIS LINE to reply Re: Is it possible to use multiple authorization strategies in Jenkins? Coinbase | Aug 19, 2014 11:34AM PDT

Github webhook pushes causing all branches to build

2014-08-19 Thread Nicholas Paufler
We're using Jenkins 1.575 with the GIT client (1.10.1), GIT (2.2.5), and GitHub (1.24) plugins (amongst others) but the issue seems to be related to those in some fashion. Specifically, we're using the Jenkins Build Per Branch script (http://entagen.github.io/jenkins-build-per-branch/) to

Re: Github webhook pushes causing all branches to build

2014-08-19 Thread Mark Waite
Do you see the same behavior with git plugin 2.2.4? A change was made in git plugin 2.2.5 to fix JENKINS-22009. There is now a bug report which suggests that change has unintended side effects (see JENKINS-24322). I haven't yet had time to investigate if the fix for JENKINS-22009 introduced the

Jenkins upgrade 1.576 issue

2014-08-19 Thread Rajesh Patwardhan
Hello, We just upgraded to 1.576 on Centos (CentOS release 5.8 (Final)) Some of the plugin images are gone missing from the site. The images themselves are on the disk 110934464 -rw-r--r-- 1 jenkins jenkins 1572 Aug 11 21:31 plugins/credentials/images/24x24/credentials.png