Git and Jenkins-- behind master by 55 commits

2012-03-14 Thread KB1JWQ
I'm attempting to have a github project build every time master gets updated. Building in workspace /var/lib/jenkins/jobs/Example-scrapers-php/ workspace Checkout:workspace / /var/lib/jenkins/jobs/Example-scrapers-php/ workspace - hudson.remoting.LocalChannel@32edeea8 Using strategy: Default Last

Re: Pipeline Plugin: Use compiled artifact from previous stage

2012-03-14 Thread Pete
We do this but do not rely on the repository manager to pull down the artifact. We configure the Maven Jenkins build job to archive the artifact and then in the downstream job we configure a run parameter and execute a shell using the passed run url to download the artifact. On Wed, Mar 14, 2012

Re: Pipeline Plugin: Use compiled artifact from previous stage

2012-03-14 Thread Nigel Magnay
Hard to tell without some more detail -- wouldn't the jar name be the same each time anyway? You can probably craft something with a combination of copy-artifacts plugin, maven repository server plugin and possibly a groovy script.. On Wed, Mar 14, 2012 at 7:05 PM, Nicky Ramone wrote: > Did an

Re: View - make available to all users

2012-03-14 Thread Nicky Ramone
Cool. Glad I could help. Cheers. On Wed, Mar 14, 2012 at 1:44 PM, MartinD wrote: > Thanks! I knew it had to be simple, but I'd always been starting with "My > Views", so the "+" created a personal one. > >

Re: Pipeline Plugin: Use compiled artifact from previous stage

2012-03-14 Thread Nicky Ramone
Did anyone get a chance to read this? On Tue, Mar 13, 2012 at 2:44 PM, Nicky Ramone wrote: > Hi > > Suppose I build a Java project with Maven and a two-stage pipeline: > Stage 1: Packaging and unit-testing (here the jar is built and deployed > into the repository manager) > Stage 2: Deploy to Q

Re: View - make available to all users

2012-03-14 Thread MartinD
Thanks! I knew it had to be simple, but I'd always been starting with "My Views", so the "+" created a personal one.

Re: TFS Plugin - different location between master and slave

2012-03-14 Thread Raj
Thanks Erik. That worked great. I had to bounce both the master and slave for the path change to be picked up. -Raj On Mar 14, 8:45 am, Erik Ramfelt wrote: > If you add the tfs path to the PATH env variable on the machines then you > can have different locations of the tfs tool. In Jenkins then

Re: TFS Plugin - different location between master and slave

2012-03-14 Thread Erik Ramfelt
If you add the tfs path to the PATH env variable on the machines then you can have different locations of the tfs tool. In Jenkins then you just configure 'tf' as the tool path. Would that work? Regards Erik Den 13 mar 2012 22:14 skrev "Raj" : > We have our Jenkins master on linux with the [Team

Dynamic internationalization

2012-03-14 Thread Chris S.
Hello, I have a list of options and want to translate them dynamic. My implementation in the jelly-file looks like following: > > ${%sEnc} > > > What is the preferred way to use the content of *sEnc* as translation key? Thanks for any advices.

Getting files from workspace via URL during a build

2012-03-14 Thread Danny Staple
We have a scenario here where: * A tool on a service can be started via a URL, and one of its parameters is a URl for it to collect a source file from. * We would like to use this tool in a job, such that we create the source for the tool, then want to start the tool above with a file in our wor

RE: OOM error in submodule build; Jenkins says "SUCCESS"

2012-03-14 Thread Drury, Tim
Since I've gotten no response on this issue, I have a follow-up "meta" question: Does anyone think this is user error or a bug? Should I create a jira issue for it? I don't want to overdramatize my issue, but showing a build as good/unstable when, in fact, it's bad is a serious issue for softw

Re: View - make available to all users

2012-03-14 Thread Nicky Ramone
Try the following: Log in with admin privileges. The last tab available in the view will be named "+". Click on that tab to create a new shared view. Cheers. On Tue, Mar 13, 2012 at 12:58 PM, MartinD wrote: > I've been trying to create some views that will be available to all > users, includin

Re: stable

2012-03-14 Thread Les Mikesell
On Wed, Mar 14, 2012 at 2:06 AM, Suri wrote: > Hi Sami, > > Thanks for your reply. > We are using JAVA 1.5, I have installed Jenkins using "rpm -ivh > Jenkins.rpm" command 6months before. > Recently i have replaced war file from 1.411 to LTS 424 version.  i > have updated all plug-ins with latest

Re: Failsafe reports - can they be shown in the testReport page?

2012-03-14 Thread Miguel Almeida
For future reference, the short answer is "yes". The long answer is that failsafe-reports are picked up automatically when the "verify" is the main maven goal of the build (this is a Jenkins Maven Project, not a freestyle one). As I was only running verify in the "post-steps" of the project, it wa

Failsafe reports - can they be shown in the testReport page?

2012-03-14 Thread Miguel Almeida
I have a multi-module maven project running in Jenkins. My build #508 had 1,476 tests (number shown in jenkins/job/Project/508/testReport/). Because the tests were running slow, I decided to set the slower tests into integration tests. With the failsafe plugin, I changed a few classes from *Test

Re: Digest for jenkinsci-users@googlegroups.com - 25 Messages in 17 Topics

2012-03-14 Thread Piet Debakker

stable

2012-03-14 Thread Suri
Hi Sami, Thanks for your reply. We are using JAVA 1.5, I have installed Jenkins using "rpm -ivh Jenkins.rpm" command 6months before. Recently i have replaced war file from 1.411 to LTS 424 version. i have updated all plug-ins with latest version and also I have changed java version from 1.5 to 1.