build using a subdirectory of git repo

2012-04-19 Thread John Cartwright
Hello All, I have a github repo with a subdirectory that contains the complete project that I'd like to build. Is there a way to configure Jenkins to only download and build only a subdirectory from the repo? Thanks! --john

Parameterized build trigger or matrix build?

2012-04-19 Thread Andrew Melo
Hey all, I've split a long-running job into a matrix job (where every job runs 1/10th the tests to get the test time to something reasonable), which works really well. But, all the post-job triggers act funny (i.e. if you break a test in two separate matrix jobs, you get a mail for each jobslice s

Re: Sr. SAP Business Objects Data Services Consultant----8 month + contract----Irving, TX

2012-04-19 Thread Andrew Melo
Can someone kick this guy from the list? A) I don't want to work there. B) There are way too many exclamation points and not enough spaces. -Andrew On Thu, Apr 19, 2012 at 11:22 PM, Sravan Kumar < sravankumar.panzersoluti...@gmail.com> wrote: > * * > > *Hi,* > > * * > > *Hope you are enjoying yo

Re: Jenkins build validated by web call

2012-04-19 Thread Dean Yu
Wouldn't you have the same requirement for deployments that are performed manually? If so, it would make more sense to put this into your deployment tool, not in Jenkins. -- Dean On 4/19/12 1:26 AM , "Michele Sacchetti" wrote: > Hi all > > I'd like to introduce a sort of external validation

custom build views

2012-04-19 Thread Mike Gibson
I am currently using the build name setter and description setter plugins. Does anyone know of a good way to view builds based on either of these values? It would be nice for us to be able to organize the build results across jobs/projects by build name.

Re: Examples of open source C++ projects with unit testing and reporting?

2012-04-19 Thread Jon Schewe
http://mtu.net:8042/job/geodesy-cpp/ is the Jenkins page for https://github.com/jpschewe/geodesy-cpp On Wed, Apr 18, 2012 at 5:44 PM, Ed of the Mountain wrote: > I am seeking an example of what is possible with Jenkins. Preferably > a C/C++ project that performs CI and automated unit tests and >

Re: fonts in junit trend graphs are unreadable

2012-04-19 Thread Alex Dean
Can anyone help me with this? On Apr 16, 3:57 pm, Alex Dean wrote: > I've just set up Jenkins to run PHPUnit tests. Everything is working > fine except that the junit trend graphs are very difficult to read. > The font is all wrong. > > https://img.skitch.com/20120416-deuen41cigddrgt7nfyhmyi3f4.p

Re: Problem with apache, pam auth, and jenkins

2012-04-19 Thread Arnaud bourree
Hello, In your configuration, you defined access right for shared folder and no proxy rules I setup Apache in front of Jenkins servlet container by adding the following in httpd.conf: # Jenkins ProxyPass /jenkins http://localhost:8080/jenkins ProxyPassReverse /jenkins http://localhost:8080/jenkins

Re: Fwd: Findbugs report with excluded packages

2012-04-19 Thread Ullrich Hafner
Maybe your pattern is not correct, I'm using the following: On 04/19/2012 10:28 AM, jhoomshar...@netscape.net wrote: > > With some investigation I found that if I run maven command with test > cases and findbugs report

Re: Error running Windows batch file via build step

2012-04-19 Thread Lee Winder
Hi Jan I'm unsure if the first step succeeds, as if I just run a batch script with the same entry it fails for the same reason. But you've given me a number of things to try here, so I'll give them a try and see what the results are. Just a quick question, I assume when running the job that Je

Re: Jenkins master

2012-04-19 Thread Ferenc Kovacs
yeah, my bad, I'm managing many multi-configuration projects, and my flyweight jobs are tied to the master, and those indeed check out the project, but that's a really special case. ^^ On Thu, Apr 19, 2012 at 4:45 PM, Guy wrote: > > AFAIK the master does not check out the project! > The link to

Re: Cancelling matrix build jobs only seems reliable from Jenkins front page

2012-04-19 Thread Dawn Harris
Thanks for the suggestion. I've reported the issue here: https://issues.jenkins-ci.org/browse/JENKINS-13516 Dawn On Apr 18, 8:17 pm, Thomas Fields wrote: > Yeah I've seen this behaviour too. I suggest making it official by reporting > it in Jira. > > Cheers > Tom

Re: Jenkins master

2012-04-19 Thread Guy
AFAIK the master does not check out the project! The link to workspace takes me to the slave workspace as I have just proved by disconnecting the node and looking for the workspace,

Re: Jenkins master

2012-04-19 Thread Ferenc Kovacs
On Thu, Apr 19, 2012 at 3:20 PM, Guy wrote: > That great but the hard disk stress and network stress when a build occurs > is on the slave I thought. > Unless I have got it horribly wrong :) > I understand that there will be some network traffic back to master of > test results etc but apart from

Re: Jenkins master

2012-04-19 Thread Guy
That great but the hard disk stress and network stress when a build occurs is on the slave I thought. Unless I have got it horribly wrong :) I understand that there will be some network traffic back to master of test results etc but apart from that what stresses are placed on a master with no ex

Re: Error running Windows batch file via build step

2012-04-19 Thread Jan Seidel
By the way. It looks like some of your steps finish successfully right? C:\Project\Asset_2\Export>C:\Project\Repository\Builder.exe -- a_lot_of_options_for_assets_2 is just failing if I dont get it wrong Maybe you should prepend at each call C:\Project\Asset_1\Export>C:\Project\Repository\Builder

Re: Error running Windows batch file via build step

2012-04-19 Thread Jan Seidel
What irritates me a bit is the exit code 255. Thats a not quite usual one from a plain build step. Looks to me like a return value from your builder. The builder runs for sure? also when you build it in the workspace C: \Program Files (x86)\Jenkins\jobs\02 - Daily Build\workspace ? I would always

LDAP Authentication: Change display name

2012-04-19 Thread Edward Cullen
Using Jenkins 1.460, LDAP auth is configured correctly. I would like to change field used to determine the display name. I suspect this is possible by modifying the LDAPBindSecurityRealm.groovy, but I haven't done Java in yonks and don't have time to pick it up right now... I want to use the cn

Re: Error running Windows batch file via build step

2012-04-19 Thread Lee Winder
Hi Jan, sorry, should have added this stuff but I was hoping the user permission issue might have been a known problem :) OS is Win7, Jenkins is running as a standalone service (default service as set up by the Jenkins .msi installer - http://jenkins-ci.org/content/windows-installers-are-

Re: Jenkins master

2012-04-19 Thread Jan Seidel
Hi Guy, I think this is a matter of your usage of Jenkins. It is rather a matter of experience and some empiric facts. You would have to run some specs on a single slave reflecting the average daily tasks. Then run some calculations to estimate the total possible amount of slaves. Some jobs do har

Re: Error running Windows batch file via build step

2012-04-19 Thread Jan Seidel
Hi Lee, some more information would be nice. I did forget my crystal orb at home ;) Which OS are you using? Do you run Jenkins as service? A snippet of your batch files would be helpful as much as an outtake of your build log would be. Take care Jan On 19 Apr., 13:43, Lee Winder wrote: > I have

Error running Windows batch file via build step

2012-04-19 Thread Lee Winder
I have a single batch file which calls a number of executables which builds various assets for our application. When I run the batch file manually it works perfectly (the command prompt opens, the assets are built - takes about 10 minutes - and then it closes). If I run this batch file via a b

Jenkins master

2012-04-19 Thread Guy
I am setting up a new jenkins master It will just be a master with NO jobs running on it (even as its own slave). It has the following specs It is a VM running QEMU Virtual CPU version 0.9.1 Running Red Hat Enterprise Linux Server release 5.6 (Tikanga) 4 core 3ghz 6G ram 250G HD (But we archive

Problems with promoting using Join Plugin and matrix jobs

2012-04-19 Thread Russell, Daniel
We have the following setup: A maven native job to do main compile and unit test A parameterised maven native job to create a distribution from the main job 3 separate matrix test parameterized jobs to test the distribution. What we want to do is to promote the main job on success of the

Jenkins build validated by web call

2012-04-19 Thread Michele Sacchetti
Hi all I'd like to introduce a sort of external validation on jenkins build. Basically all I want to do is have people compile a "release form" on a ticketing tool (redmine,RT,etc. i do not care) Such ticketing tool can expose ticket status through web service/REST so it can be checked by http.