Re: New to Jenkins - need some help

2013-08-17 Thread Chris Marks
Hi boy8bitx, It sounds like it is part of your assignment to figure these items out, so I will not answer your questions directly. However, what I will say is that most of these questions can be answered by playing with your Jenkins installation and understanding Maven a bit better. Jobs are chea

Re: New to Jenkins - need some help

2013-08-17 Thread Baptiste Mathus
Hi, (<- good intro to ask for help ;) ) Le 17 août 2013 00:41, a écrit : > > First of all I'm a student and very noobish with linux and jenkins. I'm also tired of searching the web (it makes me crazy sometimes :) ) > > I need to do the following on a linux virtual machine (Cent OS 6.4 Minimal) >

Re: New to Jenkins - need some help

2013-08-16 Thread Scott Tatum
Hey, I just have to say, your teacher gives great assignments! :-D -Scott On Aug 16, 2013 5:41 PM, wrote: > First of all I'm a student and very noobish with linux and jenkins. I'm > also tired of searching the web (it makes me crazy sometimes :) ) > > I need to do the following on a linux virtua

Re: New to Jenkins: Can you connect to a remote non-github repository?

2013-08-01 Thread Laura McCord
Hi Slide, The vpn was removed recently and I assigned permissions to allow the server to access the repository and it finally worked. Thanks for your help, Laura On Wednesday, July 10, 2013 4:09:28 PM UTC-5, slide wrote: > > Hi, > > You probably need to add the key to whatever user Jenkins is

Re: New to Jenkins: Can you connect to a remote non-github repository?

2013-07-10 Thread Slide
Hi, You probably need to add the key to whatever user Jenkins is running as. Can you run the same command from the command line as that user and have it work? Thanks, Slide On Jul 10, 2013 1:59 PM, "Laura McCord" wrote: > Hi, > > The issue that I am facing is the following error: > > *Failed t

Re: New to Jenkins: Can you connect to a remote non-github repository?

2013-07-10 Thread Laura McCord
Hi, The issue that I am facing is the following error: *Failed to connect to repository : Command /usr/bin/git ls-remote -h g...@my.repo.com:myproject.git HEAD" returned status code 128:* *stdout: * *stderr: ERROR:…..serve.main:Repository read access denied* *fatal: The remote end hung up une

Re: New to Jenkins: Can you connect to a remote non-github repository?

2013-07-10 Thread Slide
Hi Laura, All you should need to know is the repo URL and put that information into the Git plugin configuration. Is there something specific you are trying to do that you need help with? Do you have a screenshot of what you are seeing that is causing you issues? Thanks, slide On Wed, Jul 10,

Re: New to Jenkins - need help

2012-12-07 Thread Les Mikesell
On Fri, Dec 7, 2012 at 1:46 AM, Ivan Kharin wrote: > > Sorry, but this solution does not suit me. > Assembling one product can take about an hour. > Last duration for some libraries: 9 min, 14 min, 26 min, 33 min > > I want to run the assembly of the product on demand - and with all the > necessar

Re: New to Jenkins - need help

2012-12-07 Thread Jan Seidel
Well, there is a plugin available that lets you define which changes may trigger and which not. That way should you always have a recent set of libraries available when starting a bulld. You can also use the join plugin if certain libraries must be built before the assembly build is spawned or y

Re: New to Jenkins - need help

2012-12-07 Thread Josselin Pierre
In this case, you can configure the Product jobs to trigger the Library jobs, using "Trigger/call on other projects" build step. And in the Library jobs, uses the path ignore plugin : https://wiki.jenkins-ci.org/display/JENKINS/Pathignore+Plugin By using the "Do not build if only specified paths h

Re: New to Jenkins, have 7 days to become an expert - wish me luck

2012-12-07 Thread Jan Seidel
Hello and welcome! Become a pro in 7 days is hell of demand :) I am working on a massive scale with Hudson/Jenkins for 2 years now and am still developing my skills as useful plugins emerge where I created some nasty scripting to find my way around. My environment is about to reach the final lev

Re: New to Jenkins, have 7 days to become an expert - wish me luck

2012-12-07 Thread Mister Guru
It was surprising easy to get Jenkins up and running - The bad memories from the Hudson days had been freaking me out.But I do apprecaite all the hands of help that came my way the reponse to this message was most welcoming. Well, diffrent communities welcome newbies in diffrent ways, and I su

Re: New to Jenkins - need help

2012-12-06 Thread Ivan Kharin
> > > One possible configuration is : one Jenkins jobs for each library, one > Jenkins jobs for each product. > Then, for each library : > - Poll SCM to check if changes happened > - Build the library > - Trigger the builds of the product that relie on this library. > > For each product : > - Ret

Re: New to Jenkins - need help

2012-12-06 Thread Josselin Pierre
Hi, Usually, it's done the other way round. One possible configuration is : one Jenkins jobs for each library, one Jenkins jobs for each product. Then, for each library : - Poll SCM to check if changes happened - Build the library - Trigger the builds of the product that relie on this library. Fo

Re: New to Jenkins - need help

2012-12-06 Thread Bharathi Ramalingam
You should take a look at SCM poll and build trigger when scm changes. On Friday, December 7, 2012 11:06:08 AM UTC+5:30, Ivan Kharin wrote: > > I'm new to Jenkins. > I have 20 libraries as separate jobs. > And 15 products, each of which depends on a subset of these libraries. > I can not understan

RE: New to jenkins

2012-10-11 Thread Jim McCaskey
There’s some good documentation on this on the Sonar website: http://docs.codehaus.org/display/SONAR/Hudson+and+Jenkins+Plugin -Jim From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of hamoodh parameswaran Sent: Thursday, October 11, 2012 9:43 PM To: jen