Re: jenkins building when it shouldn't

2014-10-30 Thread corneil.duples...@gmail.com
Did you wipe the workspaces after changing the git configuration? On 30 October 2014 00:05, Mark Waite mark.earl.wa...@gmail.com wrote: Were you using multiple repositories in the job? Had the job been through any special changes which might be relevant to understand why the code which asks

Selenium plugin couldn't register this node : Hub is down or not responding: Connect to ... failed: Connection refused

2014-10-30 Thread Julien Breton
Hello, I use the Selenium plugin of Jenkins. On my Jenkins master (Ubuntu) I created a slave. This slave is launched by JNLP on a VM (VirtualBox Ubuntu). The communication between the master and the slave is OK. I created a Selenium node configuration. When I go to the Selenium Grid on Jenkins I

Re: Jenkins update hangs on CentOS

2014-10-30 Thread Yves Schumann
Hi Jason, YMMD! :-) I investigated a little deeper what's going on during yum update. The update seems to stuck at the command chown -R jenkins /var/lib/jenkins but as there are a lot of jobs with huge svn checkouts, it just takes very long to touch every single file. Might be an improvement

Re: jenkins building when it shouldn't

2014-10-30 Thread michaelw
I suspect that was the issue... having the same git repository whose end point gets changed. Now you have the old master and the new master. Though I still find it weird that it wanted to build twice. On Thursday, 30 October 2014 08:10:05 UTC+2, Corneil du Plessis wrote: Did you wipe the

Re: Jenkins CI and the accessibility of it's UI

2014-10-30 Thread James Green
On 29 October 2014 14:15, R. Tyler Croy ty...@monkeypox.org wrote: (replies inline) On Wed, 24 Sep 2014, laura1fxj...@gmail.com wrote: I?m not sure if this is the right forum for this request, but I was hoping someone might be able to point me in the right direction? I was hoping

Correct Access Control with Apache frontend after upgrade ?

2014-10-30 Thread Edbras
Some week ago I upgraded to version 1.584 and access control doesn't work well anymore, please some advice. I use Apache Frontend through ajp proxy as explained in the Jenkins wiki page (linke https://wiki.jenkins-ci.org/display/JENKINS/Apache+frontend+for+security) . Jenkins is run as a war

Re: Jenkins update hangs on CentOS

2014-10-30 Thread Daniel Beck
Tracked as https://issues.jenkins-ci.org/browse/JENKINS-23273 On 30.10.2014, at 09:50, Yves Schumann starwarsfanl...@gmail.com wrote: Hi Jason, YMMD! :-) I investigated a little deeper what's going on during yum update. The update seems to stuck at the command chown -R jenkins

Re: Correct Access Control with Apache frontend after upgrade ?

2014-10-30 Thread Daniel Beck
This looks like a known issue tracked as https://issues.jenkins-ci.org/browse/JENKINS-25144 On 30.10.2014, at 11:26, Edbras post2edb...@gmail.com wrote: Some week ago I upgraded to version 1.584 and access control doesn't work well anymore, please some advice. I use Apache Frontend

Re: Correct Access Control with Apache frontend after upgrade ?

2014-10-30 Thread Ed Bras
​@Daniel, thanks, sorry I missed that Any idea how to solve the redirect loop issue when using Jenkins Delegate to server container? -- 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

Re: HowTo save the last successful build?

2014-10-30 Thread moni . schaefer . hch
Thanks for your answer. My problem is that I can only see the workspace with the built files of my current build (I can download them as zip). But where can I download former builds? Am Mittwoch, 29. Oktober 2014 09:51:07 UTC+1 schrieb matthew...@diamond.ac.uk: As far as I know, Jenkins

RE: HowTo save the last successful build?

2014-10-30 Thread Ginga, Dick
Jenkins retains the build log and any artifacts that the build “archives”. It reuses the workspace each time you build. So each build must either archive artifacts to the Jenkins server or copy them away someplace. From: jenkinsci-users@googlegroups.com

Re: How does one get the basic jenkins mailer to send raw console?

2014-10-30 Thread jeremy mordkoff
I have the same question. The conversion of pathnames in the mailed out logs makes them unreadable on smartphones. I would like to mail out the log as is, with no conversion. Does anyone know where (approximately) the code that makes this change would live? I don't mind a little hacking JLM

Jenkins Jobs Hang Intermittently

2014-10-30 Thread Lew
Hi All, I was curious if anyone else has run into this issue. Our Jenkins server will intermittently get hung jobs where they appear to be executing but the console log displays no output except for the pinwheel and no progress of the job is made. Clicking on the View as plain text link

Re: Jenkins on Windows: BSoD and Fortify

2014-10-30 Thread Christopher Orr
On 28/10/14 16:56, j.g.wess...@rn.rabobank.nl wrote: From the Jenkins-ci.org website we understand that the BSoD problem has been worked around in Jenkins version 1.580.x or higher. This means that upgrading to one of the latest (non LTS) versions would be a (temporary) solution for our

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-30 Thread T. Anthony Rabaa
If you're building on the same node, why not pass in the full path to the libraries as a parameter? On Oct 27, 2014, at 11:04 AM, Adam Mercer r...@gravity.phys.uwm.edu wrote: Hi Anyone? Surely the plugin shouldn't be stripping information when passing it on to downstream jobs? Cheers

HP Automation Automation Tool plugin TDConnectivity issue on Jenkins

2014-10-30 Thread DWFDS
Hello JenkinsUsers, My organization uses Jenkins for auto build and deployment purpose. Automation team has request to run functional test from Jenkins on designated Windows7 64-bit system on nightly basis. To achieve this, I have downloaded HP Application Tool plugin (version: 3.0.6).

Jenkins can no longer connect to the internet

2014-10-30 Thread Mark Sinclair
I've had a Jenkins server running for about 6 months. I have updated plugins on many occasions, even updating Jenkins itself to the latest a few times. It has been a couple of months since I updated and I needed to update a plugin. Now when I try to update plugins, I get to the Installing

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-30 Thread Ross Aribi
You have two jobs, Job1 calling Job2. The parameter $JOB_NAME is local to each job, so in Job2 the value of $JOB_NAME is Job2. Add an additional param in Job1 ($JOB_1_NAME=$JOB_NAME) and use it in Job2. FYI, any value that's empty means that the parameter value is undefined. Check spellings too.

Re: Jenkins can no longer connect to the internet

2014-10-30 Thread Richard Bywater
Do a netstat command and that should show you whether the connection is being established or being dropper by a firewall or similar. Richard On 31/10/2014 7:26 AM, Mark Sinclair msincl...@juniper.net wrote: I've had a Jenkins server running for about 6 months. I have updated plugins on many

RE: Jenkins Jobs Hang Intermittently

2014-10-30 Thread Dunnigan, Terrence J
Hi Lew, Just a few thoughts: where are the jobs running – on the server or on a node? When you log into the machine actually running the job, what do you observe? What does the process monitor say? Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On

script trigger plugin seems broken

2014-10-30 Thread Greg Dickie
Hi, I was using the script trigger plugin successfully however I think a recent update broke it (or I did something stupid). Looking for a way to debug it. Right now I get a very unhelpful: Polling on master. The expected script execution code is 0 [ERROR] - Polling error... I grabbed the

How to tweak the sizes of the items on left pane of the homepage?

2014-10-30 Thread Andy Chen
We modified names for certain jobs to let people easily find out what is running on a specific slave. After I upgraded to the latest version yesterday, the new CSS doesn't work well with the long names. I don't want the long name to be wrapped on high resolution screen. I managed to treak the

Issue with Jenkins on CentOS 7 creating symbolic link to Windows Share using CIFS

2014-10-30 Thread Kosta Tenedios
To whom it may concern, I have recently set up a Jenkins instance running on CentOS 7. I have also mounted a Windows Share to this box and am able to read and write to it. I have then configured the “Build Record Root Directory” parameter to use the mounted Windows Share