Re: jenkins maven project executes maven deploy even when tests fail

2013-11-05 Thread Baptiste Mathus
What is the command line in use in Jenkins? (Extract it from the logs). Btw, are you using freestyle or native maven job. Cheers Le 6 nov. 2013 08:02, "David Gang" a écrit : > Hi all, > > When i run maven deploy with eclipse and the tests fail, it does not > continue to deploy. > When a run the s

jenkins maven project executes maven deploy even when tests fail

2013-11-05 Thread David Gang
Hi all, When i run maven deploy with eclipse and the tests fail, it does not continue to deploy. When a run the same project through jenkins with the target deploy, it continues to deploy. How can i prevent it from happening? Thanks, David -- You received this message because you are subscrib

Re: JENKINS AND SVN ON DIFF SERVER

2013-11-05 Thread Ben Caradoc-Davies
Configure a slave node: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds The slave can be anywhere, even on your svn server if you prefer. Kind regards, Ben. On 06/11/13 14:39, subhash kurni wrote: I have Jenikins and SVN on 2 diff server, when ever I give build all files will be

JENKINS AND SVN ON DIFF SERVER

2013-11-05 Thread subhash kurni
I have Jenikins and SVN on 2 diff server, when ever I give build all files will be check out in Jenkins server and a build is made, instead i want a build to be done on svn server itself... how do we configure this? Thnx, Subhash -- You received this message because you are subscribed to t

Error when upgrading 1.537 -> 1.538 on Ubuntu with native packages

2013-11-05 Thread jyrki
Hello I got following error while upgrading from 1.537 -> 1.538 on Ubuntu: > Preparing to replace jenkins 1.537 (using >> .../archives/jenkins_1.538_all.deb) ... > > * Stopping Jenkins Continuous Integration Server jenkins >>

Re: Unable to connect EC2 slaves to remote Git repository

2013-11-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
It is a normal master-slave connection, just like any other slave. As far as I know, until very recently, there was *no* mechanism to transfer credentials from the master to a slave as-needed. Slaves have always needed to have any necessary credentials setup before the master sent them work to d

Re: Unable to connect EC2 slaves to remote Git repository

2013-11-05 Thread David V
Thanks for the explanation. I had assumed that the EC2 plugin connected the EC2 instance to the master Jenkins as a normal slave, so that from that point on the standard Jenkins slave communication would remain the same. Does all the normal information from a build go back to the master with the

Re: Multyjob build hanging everytime

2013-11-05 Thread Andrei Ababei
Hello, Do you happen to run concurrent builds of this multijob or use the email plugin ? Because it reminds me of a bug that is driving me crazy JENKINS-9913 . AAA. On Friday, November 1, 2013 10:43:40 AM UTC+2, Adrian Mitev wrote: > > Hi al

Selenium/Firefox under Jenkins finds wrong libstdc++ version

2013-11-05 Thread rop
We are trying to make a maven-project with Selenium-tests run **headless** in Jenkins on a Linux-box. We installed the xvfb-plugin in Jenkins. But when Selenium tries to invoke Firefox we get this error: XPCOMGlueLoad error for file /usr/lib64/xulrunner/libxpcom.so: /opt/svn_1.6/lib

login not working timeout

2013-11-05 Thread Philipp Kraus
Hello, I have run a Jenkins 1.538 on a TomCat 7 on a Ubuntu 12.04 with Jenkins LDAP User authentification on a LDAPs call. TomCat is bind to localhost and the slaves are worked with JNLP. Nginx is a proxy server for TomCat. If the system runs after a non-deterministic time Jenkins fails on login

Re: Updated to 1.538. won't contact Update Center

2013-11-05 Thread Stephen Connolly
May be a recent change... I know Ryan Campbell has been threatening to add the code for that for some time On 5 November 2013 16:28, Kevin Fleming (BLOOMBERG/ 731 LEXIN) < kpflem...@bloomberg.net> wrote: > Are you sure about that? While looking into this problem I reviewed the > code in UpdateSi

Re: Updated to 1.538. won't contact Update Center

2013-11-05 Thread Slide
I see messages in the logs as well about Jenkins getting the latest update center info when I don't have any browsers open at all. On Tue, Nov 5, 2013 at 9:28 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN) < kpflem...@bloomberg.net> wrote: > Are you sure about that? While looking into this problem I r

Re: Updated to 1.538. won't contact Update Center

2013-11-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are you sure about that? While looking into this problem I reviewed the code in UpdateSite.java and it most certainly opens the 'update center' URL itself and downloads the content when it is time to do so. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@g

Re: Updated to 1.538. won't contact Update Center

2013-11-05 Thread Stephen Connolly
Jenkins does not contact the update center directly... it hijack's your browser... which is insane if you ask me... but that's the way it works... the browser hijack would be a fine fallback... but the default, eh no thanks On 5 November 2013 16:07, Kevin Fleming (BLOOMBERG/ 731 LEXIN) < kpflem..

Updated to 1.538. won't contact Update Center

2013-11-05 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I updated my machine to 1.538 this morning (using the Ubuntu package), and found that the Update Center had not been contacted for over a month; as a result, there were no plugin updates available to be installed. I tried various things to get Jenkins to download the latest data from the update

Re: How to purge old builds

2013-11-05 Thread shanmuga_r
Try Configration slicing plugin to discard old builds https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-purge-old-builds-tp385290p4679830.html Sent from the Jenkins users mailing list archive a

Re: git polling is broken for me (ugh!)

2013-11-05 Thread Steve K
This is odd. Yesterday, there were several replies to this post. Now, I don't see them. -- 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

Jacoco plugin failing, at least I think

2013-11-05 Thread John D. Ament
Hi all We recently updated our jenkins instance to everything latest. This included updating our jacoco plugin to 1.0.13 from 1.0.12. Since then, I've noticed that our code coverage reports are no longer working. The build just abruptly fails. We're on RHEL6. Are there any logs I can look

Re: What is teh best way to prevent several jobs from running at once?

2013-11-05 Thread Baptiste Mathus
Hi, Just a quick note: for Jenkins, see here: https://wiki.jenkins-ci.org/display/JENKINS/Locks+and+Latches+plugin Btw, this plugin is subject to deprecation, the Throttle Concurrent Build plugin is advised as a replacement. My 2 cents 2013/11/5 Ginga, Dick > You might try the Hudson Locks a

RE: What is teh best way to prevent several jobs from running at once?

2013-11-05 Thread Ginga, Dick
You might try the Hudson Locks and Latches plugin . I use it because I have created core build jobs that will build a variety of product from the same workspace and I only want one going at a time. From: jenkinsci-users@googlegr

Re: Resource Counting/Management

2013-11-05 Thread AndyB
Thanks, Brett. I'm using testing the Throttle Concurrent Builds plugin which seems to be working great. Andy On Monday, 4 November 2013 06:19:01 UTC, Brett+Jenkins wrote: > > Just an FYI but concurrent builds plugin supports what you want out of the > box. > > Brett > > Sent from my mobile

RE: Perforce plugin: changing the sync options

2013-11-05 Thread Ginga, Dick
I use Perforce and I do not know of a way to do this. You could tell perforce not to sync the workspace and place that command as the first command of the build via batch or shell build step. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Damian Gu

Re: What is teh best way to prevent several jobs from running at once?

2013-11-05 Thread Eric Wood
Scott: I'm going to look at the throttle plugin, but can you tell me how I set up a build executor and only create a single agent within my existing running version of Jenkins?  I'm not sure it you are talking about a whole new installation on jenkins on a different server, or if there is a way

Not able to drill down multiple XML result files in Jenkins

2013-11-05 Thread Vineet Hada
Hi, I am running latest Jenkins version : 1.538 and Fitnesse Plugin version : 1.8 I am just trying to publish the Fitnesse results through post build task, Jenkins comes up with a proper table showing *Suites: 96* Name Pages Right Wrong Ignored Exceptions ServiceUrls

Perforce plugin: changing the sync options

2013-11-05 Thread Damian Gutierrez
The plugin offers the option "One Time Force Sync". This executes the sync command with a "-f" option. Is there a way to pass custom options to the sync command? I would like to execute the sync command in this way: p4 -r4 -vnet.maxwait=300 sync Reason: we are starting using Jenkins with Perf

Re: git polling is broken for me (ugh!)

2013-11-05 Thread nicolas de loof
git plugin 2.0 is a major refactoring (as the version tell you) so we didn't documented all changes 2013/11/5 Ricardo Silva > This change was not in the changelog for 2.0 which I read before trying to > upgrade. > > Would it be possible to document this in the page plugin? I think it might > he

Re: Jenkins slave node management with VM snapshots

2013-11-05 Thread Yves Goergen
"Incorrect format" sounds a bit like "BadImageFormatException" which usually means that you're mixing 32- and 64-bit modules. That's all I know. Here's my VMM PowerShell script that works just fine in Jenkins: param($VMMServer, $VMName) Import-Module -Name "virtualmachinemanager" Get-SCVirtualM

Re: git polling is broken for me (ugh!)

2013-11-05 Thread Ricardo Silva
This change was not in the changelog for 2.0 which I read before trying to upgrade. Would it be possible to document this in the page plugin? I think it might help people understand how the plugin works. In particular this piece of information helped me understand what happened when I upgraded