Job Dependency

2012-03-21 Thread Thomas Fischl
Hello, I have a question about job dependencies in jenkins. I have around 10 jobs. This 10 jobs I want to combine to several build pipelines. But I don't now, how i can realize this build pipelines without duplicating each job for each pipeline to specify the project up streaming and down streamin

Re: Source of urrl and url in the JNLP file

2012-03-21 Thread Joshua J. Kugler
Bump? On Thursday, March 15, 2012, Joshua J. Kugler elucidated thus: > Howdy - > > Somewhat of a Jenkins newbie here. Trying to figure out a setup for > which I recently became responsible. > > In the JNLP file for a builder, there is this: > > -urrl > http://build.ourdomain.com/ > -url > http:

Re: Violations Plugin and JSlint

2012-03-21 Thread timos
The same problem here. At file system level I can see a generated jshint.xml file containing the JSLint errors, a violations/ violations.xml file and violations/file/.xml files but still each file specific link leads to a blank page. Any updates on this? Was anyone able to resolve the problem?

Re: Jenkins CollabNet Plugin throw null pointer exception.

2012-03-21 Thread Jan Seidel
Hi Tim, this looks familiar in connection with Collabnet ... But basic steps first. Are you using the a plugin that matches your CTF version? Which plugin are you using? I assume Collabnet Plugins 1.1.6. Which CTF are you running? Does this error occur permanently? My suspicion goes for the CTF s

RE: Change path of .m2 directory if using maven-plugin

2012-03-21 Thread Nord, James
Jenkins did (does) use the local users repo when it is parsing the POM files (before the invocation of maven on the executor) If you switch to the freestyle job this should work – but you will loose all of the goodness that comes with the Maven2 type job. But – as you’re administrators expect t

Re: xUnit: Description of xml-file

2012-03-21 Thread Simon Wiest
Hi Benedikt, there's an xUnit XML Schema (XSD) at https://gist.github.com/959290. Although I'm not quite sure about the relationship of that schema and the xUnit plugin, it might give you at least clues about the meaning of some elements and attributes. Cheers, Simon. -- Benedikt Rothe (20.0

Re: Job Dependency

2012-03-21 Thread Jan Seidel
Hi Thomas, sure there is. The imagination of yours is more or less the limit of what you can do with Jenkins. Try the parametrized trigger plugin (https://wiki.jenkins-ci.org/ display/JENKINS/Parameterized+Trigger+Plugin) and make your build sensitive to parameters. It is a bit hard to tell you a

Re: Change path of .m2 directory if using maven-plugin

2012-03-21 Thread Michael Wieland
OK, that would be the best option. But I heard you can only change the property for all webapps using the CATALINA_OPTS environment variable. Is there a way to just change it for one webapp? They said me, they are "just" administrators but have no knowledge about Java... So I also have to searc

1.447.1 RC1 testing

2012-03-21 Thread Vojtech Juranek
Hi, LTS 1.447.1 RC1 is now available for download [1] (thanks Kohsuke for backports), thus we can start testing. As usual, I would like to ask for your help. If you stage RC in you stage environment or just download RC and try to run it, please drop a note on wiki page [2], shortly describe what

Re: Jenkins CollabNet Plugin throw null pointer exception.

2012-03-21 Thread 吴亭
Hi Jen, Great thanks for you info, I will check it according your comments. Br, Tim 在 2012年3月21日 下午4:46,Jan Seidel 写道: > Hi Tim, > > this looks familiar in connection with Collabnet ... > But basic steps first. Are you using the a plugin that matches your > CTF version? > Which plugin are you u

Re: Is there such as thing template builds

2012-03-21 Thread Jan Seidel
Hi there, try the Configuration Slicing plugin. It is good to have some jobs at hand so that you can see how the interface is designed. I don't feel this obviously designed or user friendly at first glance. But if the interface already has some jobs loaded and shows you what you can change in grou

Re: How to copy artifacts back to workspaces of upstream job?

2012-03-21 Thread Jan Seidel
Many jobs or not is a kind of religious question XD I see it exactly contrary to Sami but I suppose this depends also on the environment ;) In my department do we have 4 active branches plus 15-20 inactive which may be revived for maintenance, CRs and the like at any time. These come along with 50-

Re: Hudson 2.1.2 + Subversion 1.6 + behind proxy: "build" doesnt pick credentials

2012-03-21 Thread Jan Seidel
You're welcome :) I have been face-palming and whacking my head into the desk for several hours to crack this issue. Some few hours more went through the sandglass as I had an idea what was going on, traced it with procmon and then fixed it. That is a cookie nobody wants to eat ;) On 17 Mrz., 05:

Re: Groovy Plugin: Obtain upstream builds?

2012-03-21 Thread Nicky Ramone
Yeah, this is how I'm doing it right now (don't know if there's a better way to do it): build = Thread.currentThread().executable upstreamBuilds = build.getUpstreamBuilds() The problem is that it's not easy to determine which upstream build triggered the current build. On Tue, Mar 20, 2012 at 5:

Build Pipeline Plugin: does not correctly define the upstream build?

2012-03-21 Thread Nicky Ramone
Hello. I created a simple pipeline. I noticed that it seems to be doing something wrong for a build that is not the last one. Take this pipeline view, for instance: foo-1.0 foo-deploy-qa

Re: Build Pipeline Plugin: does not correctly define the upstream build?

2012-03-21 Thread Nicky Ramone
To be more clear, here you can see the build page. Notice how the text "Start by upstream project..." differs from the "Upstream Builds" ? Build #92 (Mar 21, 2012 11:40:57 AM) add description Revision: 38 No changes. St

Re: xUnit: Description of xml-file

2012-03-21 Thread Benedikt Rothe
Simon, Thank you very much. That's what I was looking for... Benedikt Am Mittwoch, 21. März 2012 10:10:31 UTC+1 schrieb swiest: > > Hi Benedikt, > > there's an xUnit XML Schema (XSD) at https://gist.github.com/959290. > Although I'm not quite sure about the relationship of that schema and > th

[Perforce-Plugin] Problems running p4 client "The system cannot find the file specified"

2012-03-21 Thread Ribram
Jenkins 1.456 with Perforce Plugin 1.3.10 on both Windows and Linux. Cannot seem to invoke the p4 client (it is in the path). Seeing the exception: Caught exception communicating with perforce. Could not run perforce command.com.tek42.perforce.PerforceException: Could not run perforce command

Re: CLI Causes Server to Crash?

2012-03-21 Thread Jay Flowers
I think I figured it out... I had a system.exit() as the last line in my script! Left over from something else :-( On Mon, Mar 19, 2012 at 8:54 PM, Jay Flowers wrote: > Yep :-( Same version... > > > On Mon, Mar 19, 2012 at 2:02 PM, Sami Tikka wrote: > >> Sorry, no idea. Grasping at straws here

Re: [Perforce-Plugin] Problems running p4 client "The system cannot find the file specified"

2012-03-21 Thread cjo
You need to setup the perforce installations in the main configuration page, goto http://yourserver:port/configure and scroll to find the perforce section and then click the add perforce button enter the name of the installation and the path to the executable, of setup the automatic installatio

jUnit xml test reports not being completely parsed

2012-03-21 Thread Kevin Bond
I recently updated jenkins to 1.456 and noticed that my test count dropped significantly. Looking into it further I see that each of my junit xml report files aren't being completely parsed. Only the first testcase in each file is being recorded by jenkins. Any thoughts as to the problem?

Re: EnvInject: injecting environment variables from URL

2012-03-21 Thread John Vacz
Thank you very much. I will try this out. On 18.03.2012 22:51, Grégory Boissinot wrote: Thanks for testing EnvInject plugin. EnvInject is aimed at managing environment variables. For your need, you can use the Shared Objects plugin. It's a complement to the EnvInject plugin. It enables you to s

Re: Is there such as thing template builds

2012-03-21 Thread Adam Aquilon
Hi! We tried a different method than the Configuration Slicer, since that wasn't available at the time. It works pretty well when there are only small differences between the created jobs. We have Template jobs (disabled) that contain "variables" or "markers" for the things that vary between dif

Re: No more scripts in View/Dashboard description

2012-03-21 Thread John Vacz
You can try Page Markup Plugin: https://software.sandia.gov/trac/fast/wiki/PageMarkup With this plugin you can effectivly inject your javascript into page head. On 07.03.2012 12:14, Daniel Tkatch wrote: Hey, if this is related I don't understand how. Any way what additional security hole cou

Jenkins process dying regularly on Linux

2012-03-21 Thread Juan C . Müller
Hello, We've been running Jenkins on our server for several months with no issue. Today, the process has started to consistently die. We have been running version 1.455, and upgraded to 1.456 after noticing the issue. The upgrade didn't affect the issue, nor is anything logged in the jenkins

Re: Jenkins process dying regularly on Linux

2012-03-21 Thread Sami Tikka
OOM killer? --Sami Juan C. Müller kirjoitti 21.3.2012 kello 23.33: > Hello, > > We've been running Jenkins on our server for several months with no issue. > Today, the process has started to consistently die. We have been running > version 1.455, and upgraded to 1.456 after noticing the is

Matrix Tie Parent not working?

2012-03-21 Thread Andy Mroczkowski
Jenkins Users, I have several matrix jobs and had previously used the Matrix Tie Parent (https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Tie+Parent +Plugin) to restrict where the builds can run. It does not seem to be working in the latest Jenkins (1.456). I am using the latest version of the p

Re: jobs disappeared (Possibly config.xml corrupted )

2012-03-21 Thread Tweety
I was trying to copy a job from one instance of jenkins to another instance of Jenkins. Except this new job, all other job shows up in the Jenkins dashboard. I was successful in using the same way in copying jobs from one instance to another before. I have the Jenkins version 1.455 Mar 21, 20

Jenkins: How to run a job independent of the job workflow

2012-03-21 Thread Ashish Gupta
Hi, I am using Jenkins version 1.455. With parameterized-plugin I have implemented following job workflow: A if succeeds kicks B, B if succeeds kicks C, C in all cases kicks D Current workflow is working without any issues. Now a new requirement has come up, we want to run jobs individually as w

Polling git submodules for build triggers and changes

2012-03-21 Thread Chris Packham
Hi, This is probably a question for Jenkins users and developers (I'm only subscribed to the users list so the dev one might bounce). Our software is structured as a number of separate git repos which are collected together under a super project. Our legacy build system runs through a few steps: