Adding SSH Site: Cannot connect

2013-04-30 Thread Sverre Moe
Under Jenkins configuration I try to add a SSH site under SSH remote hosts. After adding the host, port, username and password I get the message Can't connect to server. This ssh site is accessible from the machine Jenkins is running on. I have no problem connecting with ssh on the command

Re: Questions on Jenkin

2013-04-30 Thread avineet gupta
Thanks a lot Rob.It helps a lot.Just have few questions 1.What would be skills set required and effort required to implement the tool. 2.Does it supports embedded SQL to use for the validation routine On Fri, Apr 26, 2013 at 4:35 PM, Mandeville, Rob rmandevi...@litle.comwrote: Do you mean Ab

Re: Questions on Jenkin

2013-04-30 Thread avineet gupta
Just to elaborate in details: 1.I need to understand how much effort is required for the initial setup so that we can map it to cost figures. For example, if we need 2 Java developers and 1 System admin working for a month to set the tool up, we know we are talking about 3 FTEs worth of effort

Re: [M2Release] MAVEN RELEASE - SVN 403 Forbidden

2013-04-30 Thread Angelo Scaldaferri
I understand what you mean, but in my configuration I've already specified the user and password that have to be passed to the maven release plugin, in fact these are visible in the log file, as you can see: [LOG] Executing Maven: -B -f /opt/...thepath.../pom.xml

RE: Questions on Jenkin

2013-04-30 Thread Mandeville, Rob
The high level requirements you are giving (compare record counts, run two SQL commands and compare the results, compare test results from static values) are requirements for a test harness, not a continuous integration server. If you don't have a test harness, Jenkins cannot help you. If you

RE: [M2Release] MAVEN RELEASE - SVN 403 Forbidden

2013-04-30 Thread James Nord (jnord)
The only difference I see between what is working on my environment is the servers used to copy from and to are different. One will come from where Jenkins has checked out from, the other will come from your pom. Although mydomain and 192.168.30.48 are very possibly the same machine you could

Changelog for LTS versions?

2013-04-30 Thread Les Mikesell
What is the best way to track the changes in the LTS releases? I'm seeing the problem where workspace files can't be deleted: https://issues.jenkins-ci.org/browse/JENKINS-15466 but don't know how to tell when/if the change happened for LTS versions. Also, I recall being surprised when a

RE: Changelog for LTS versions?

2013-04-30 Thread James Nord (jnord)
Hi Les, The LTS changelog is at http://jenkins-ci.org/changelog-stable any backports from later mainline versions mentioned for the first (.1) release. Regards, /James -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- us...@googlegroups.com] On Behalf Of

Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
Hi, What is the best way to run slow unit tests, as compared to the ones that take longer to run. Keeping in mind that my Application is Perl based. and i am using maven to run the tests. Thanks, -Kamal. -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Changelog for LTS versions?

2013-04-30 Thread Les Mikesell
On Tue, Apr 30, 2013 at 11:15 AM, James Nord (jnord) jn...@cisco.com wrote: The LTS changelog is at http://jenkins-ci.org/changelog-stable any backports from later mainline versions mentioned for the first (.1) release. Thanks! Any idea when a release might include the fix in issue

Using all agents available

2013-04-30 Thread Hari Kodungallur
Hello, I am a new Jenkins user. I am looking through tools that have a support for the following functionality or similar. I want to configure a pool of agents that can either do builds or tests. But when a particular type of test comes in, I would like to use all available agents and kick

Re: Using all agents available

2013-04-30 Thread Scott Evans
Just put a label on the agents and assign both the build and test jobs to that label and it should work just as you expect. Note that unless you use a matrix configuration, a job will only use one agent at a time, so you'd want to look into matrix jobs if you have several sets of tests you want

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Adam PAPAI
Can you a bit more detailed? What is the question? What do you mean "how to run slow unit tests"? You should run them just like the fast ones. How would you like to separate them? Why is it a question? Kamal Ahmed April 30, 2013 6:28 PM Hi,What is the best way to run

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
ok let me try to explain further. I have a set of unit tests , lets say 3000. Some of the tests have setup() and teardown() , and takes them ( 5 minutes approx ) to run. Now i want to run all these tests in jenkins , so i can collect and report on results. SInce it takes more then 2 hours,

Re: Using all agents available

2013-04-30 Thread Hari Kodungallur
Thank you much Scott. I don't quite understand it fully -- expected as I don't understand the Jenkins terminology yet. Let me try out whatever you mentioned and I will send updates / follow up questions after that. Thanks, -Hari On Tue, Apr 30, 2013 at 11:45 AM, Scott Evans

Re: Running Slow VS Fast TEsts in Jenkins

2013-04-30 Thread Kamal Ahmed
P.S One thing i left out: I am sure Jenkin users  have come across this pattern, so if there is a plugin, or any other way to segregate and run these tests, they would have some experience of it and how they resolved it. Hope this is clear now. From:

Deploy to Nexus

2013-04-30 Thread Kris
Hi, I would like to deploy my artifacts to a Nexus server. On Nexus I have create to repositories. a snapshot and a release. In Jenkins under : Deploy artifacts to a Maven repository I setup repository URL and repository ID But how can I choose the snapshot repo or the release repo ???

Can I fail builds if Sonar code coverage/violations don't meet threshold?

2013-04-30 Thread Jeff
We use Maven and have enabled the Sonar Jenkins plugin. Is there a way to fail a build based on the results of the Sonar run? -- Jeff Vincent See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent I ♥ DropBox http://db.tt/9O6LfBX !! -- You received this message because you are

Re: AW: Proxy authentication

2013-04-30 Thread CLOSE Dave
I asked: Searching around on the Net, I find many people who have had trouble getting a headless Eclipse/Buckminster build to work when the builder is located behind a proxy that requires authentication. But I haven't found any real solutions. I'd really like to see a step-by-step guide.

Re: difficulty connecting to Mac slave

2013-04-30 Thread Scott Evans
Dan, I'm not a mac person so can't help you in detail, but can you, from your mac, browse to your Jenkins server with a web browser? It almost sounds like your slave mac isn't giving the jenkins slave process enough permissions to reach out, or there is some sort of firewall blocking connections

Re: difficulty connecting to Mac slave

2013-04-30 Thread Dan Tenenbaum
On Tue, Apr 30, 2013 at 5:55 PM, Scott Evans milwrd...@gmail.com wrote: Dan, I'm not a mac person so can't help you in detail, but can you, from your mac, browse to your Jenkins server with a web browser? Yes. It almost sounds like your slave mac isn't giving the jenkins slave process

Re: difficulty connecting to Mac slave

2013-04-30 Thread Kenny Ayers
You're experiencing at least two issues here. First there's the OSX bug with your window manager permissions. You need to run headless on OSX, as you already determined, so make sure you continue to do that. (The bug is reported here: https://issues.jenkins-ci.org/browse/JENKINS-15697). Add