New to Jenkins - use existing Perforce workspace?

2021-01-15 Thread Bob S
Hello - I just started using Jenkins. I wanted to use it to do automated builds of our Perforce depot. From everything I am reading, it seems like Jenkins wants to make its own perforce workspace when it does syncing and builds. I spent most of yesterday trying to get it to work with our ex

Polarion PLM-Jenkins Integration - available plugins and development questions - New to Jenkins

2016-10-12 Thread Parikshith K P
Hello Developers/Users, I'm new to Jenkins and plugin development. I have minimal idea about CI and plugin development, which I acquired through Google. However, I have my work to integrate Polarion PLM tool with Jenkins. Whenever there’s a major source code commit in SVN, user

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

New to Jenkins - need some help

2013-08-16 Thread boy8bitx
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) We expect the following components installed: • Java compiler (OpenJDK 1.7.0) (don

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,

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

2013-07-10 Thread Laura McCord
Hi, I'm trying to setup a remote git repository with Jenkins and most of the examples I stumble upon are using github. I'm assuming it's possible to use Jenkins with a non-github remote repo but I can't find what I'm looking for. Can someone point me to the right direction please? Thanks, La

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

I m new to jenkins.......... just 5 days.

2012-12-07 Thread dneema
not build and in the Mail Command Action the logger shows that Polling has not run yet. Please suggest me on this. -- View this message in context: http://jenkins.361315.n4.nabble.com/I-m-new-to-jenkins-just-5-days-tp4648417.html Sent from the Jenkins users mailing list archive at Nabble.com.

Re: New to Jenkins - need help

2012-12-07 Thread Jan Seidel
'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 understand how I obtain needed result: > Before building the product, automatically start building only those > libraries that have been

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
rathi 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 o

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 libra

New to Jenkins - need help

2012-12-06 Thread Ivan Kharin
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 understand how I obtain needed result: Before building the product, automatically start building only those libraries that have been changed. Is it pos

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

2012-12-03 Thread Mister Guru
Good Evening Jenkins users, I have been trying to get my head around jenkins, and so far to sum up in a sentence, ¨It helps to do repetitive stuff like builds and updating code on websites¨ I'm hoping that the later is possible, because Ive just witnessed someone do the thing by hand, and my f

RE: New to jenkins

2012-10-11 Thread Jim McCaskey
: jenkinsci-users@googlegroups.com Subject: New to jenkins Hi All, I'm new to jenkins and sonar. So can anyone help me regarding sonar and jenkins integration. 1.How ro integrate sonar and jenkins. Regards, Hamoodh NOTICE: All information in and attached to this email may be propri

New to jenkins

2012-10-11 Thread hamoodh parameswaran
Hi All, I'm new to jenkins and sonar. So can anyone help me regarding sonar and jenkins integration. 1.How ro integrate sonar and jenkins. Regards, Hamoodh