Re: All nodes of label 'null' are offline

2013-12-19 Thread magnus . jacobsson
Hi Brian. This was a long time ago. Hope you solved it. I had the same problem today and it was because I hadn't given my master node any label. I gave it the temporary label 'null' and then the job started again after a little while. Cheers, Magnus On Saturday, April 2, 2011 2:56:44 PM UTC+2,

Re: Jenkins terminal configuration

2013-12-19 Thread uttam
Or in simple words how can I configure/run Pseudo Terminal in Jenkins? On Thursday, December 19, 2013 11:03:03 AM UTC+5:30, uttam wrote: > > Hi All, > >I have a program similar to top command which displays some information > on terminal and every second > screen is refreshed. I tried to run

Re: Central Git Checkout

2013-12-19 Thread Mark Waite
Remote polling executes on the central server. It does not require a copy of the source code on the central server, but it does require read access to the source code, since the "git ls-remote" command is used to perform the remote polling. If you're unwilling to have the source code on your cent

Re: Central Git Checkout

2013-12-19 Thread David Gayman
Mark, correct I want no source code on the jenkins server. Currently I use "Restrict where this project can be run" to force the build to be run from one specific computer. Your logic would also work, the only issue being that if the build is started one day on slave A and the next day on slave B,

Re: NullPointerException in maven builds since upgrading to 1.532.1 LTS release

2013-12-19 Thread Jonathan Brown
Nope. That's everything so there really isn't much to go on. On Wed, Dec 18, 2013 at 1:18 PM, Daniel Beck wrote: > Is there no stack trace? > > On 18.12.2013, at 21:50, Jonathan Brown wrote: > > > I recently upgraded our environment from 1.466 to the most recent LTS > release, 1.532.1. We

Promotion plugin slows down jenkins configuration

2013-12-19 Thread Maneesh M P
Ever since I added promotion plugin to jenkins, i have observed that my job configuration loads very very slow. After I click job "configure" sometimes it takes upto 1 minute to load the configuration page. Has anyone observed the same ? anyway to resolve this? Thanks, Maneesh -- You receive

Check for subversion property (keyword substitution)

2013-12-19 Thread Tappe, Heiko
Is there a way to let jenkins check files in some directory if they have the subversion svn:keywords property assigned and filled with a specific value? --Heiko -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

RE: How to use --sessionTimeout?

2013-12-19 Thread David Aldrich
Hi I tried this: # /etc/init.d/jenkins start --DsessionTimeout=1440 to set the timeout to 1 day. But the session timeout is still less than 1 day. Have I got the syntax right? David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Indra Gunawan

Re: Select several jobs to be build from existing job

2013-12-19 Thread Robert CHAVANNE
ibrahim deek gmail.com> writes: > > > Hi,I would like to create a general job, and in this job I want to select the projects I want to run.I know we can use build other projects in "Post-build Actions", but I want to select the jobs to run, something like list.anyone can help please?Regards,Ibr

Best Practice with virtualenv

2013-12-19 Thread Ci-Ci Thomson
I have a Jenkins instance setup for our Django projects where we create a virtualenv as a deployable artifact. All of our code is owned by a user called webapp and so the virtualenv has to be created with that user. Because of this, I find myself doing sudo -u webapp quite often in the Jenki

Howto enable logging HTTP request / Vulture Reverse-proxy Logout problem

2013-12-19 Thread Simon Tremblay
Hello, I want to activate logging to see http request done in jenkins native web server. What is the module I need to add? Because currently I have a problem with Vulture reverse-proxy and the Logout link doesn't work (it doesn't logout). I found that people us

Re: Select several jobs to be build from existing job

2013-12-19 Thread Steven Deal
I'm not sure I understand the end goal; but, conceptually your first job could be parameterized and present the user a drop down list to select which job to run, that choice possibly could be used in the 'trigger calls on other projects'/'post build actions' or what have you. On Thursday, Decem

Re: email-ext groovy parsing build log question

2013-12-19 Thread Steven Deal
Thanks, this is good to know and first experiments have my message not getting clipped in gmail, so your suggestion worked. On Wed, Dec 18, 2013 at 3:22 PM, Daniel Beck wrote: > You can wrap multiple lines in <% %>. The way you wrap each line > individually works, but every line break between %

Antwort: Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-19 Thread Andreas Schilling
Hi everyone, as stated in my answer from some time ago, the issue is that the JNLP for Java versions from v7u45 must be signed. That means the build process for the slave-JAR must be extended accordingly. This is how it works: https://blogs.oracle.com/thejavatutorials/entry/signing_a_jnlp_file h

Select several jobs to be build from existing job

2013-12-19 Thread ibrahim deek
Hi, I would like to create a general job, and in this job I want to select the projects I want to run. I know we can use build other projects in "Post-build Actions", but I want to select the jobs to run, something like list. anyone can help please? Regards, Ibrahim -- You received this mess