Re: Is there a way to copy Monitor External Jobs Dashboard display from Solaris Jenkins to Windows Jenkins?

2012-06-04 Thread Prootwadl
On Jun 1, 6:49 pm, Les Mikesell lesmikes...@gmail.com wrote: On Fri, Jun 1, 2012 at 4:18 PM, Prootwadl rstei...@visi.com wrote: This setup works for me as long as I use Firebox on that box to point tohttp://127.0.0.1:8080and pipe the display via X through the tunnel created by PuTTY.

SVN revision number inconsistency between build page and environment variable

2012-06-04 Thread pmon
Hi I have an annoying problem, I would be happy to get ideas about how to solve it. I have an SVN repository, let's say http://myserver/myrepo For my job, I check out the source from this repo: http://myserver/myrepo/trunk Let's say, that between two builds two revisions has been created in

Re: Jenkins Plug-in

2012-06-04 Thread Lamar Williams
Hey Folks, Only 11 days remain to sign up for the plug-in contest. Looking forward to seeing the final results of what you come up with! Here is the link to register: http://register.sourcesquare.org Lamar On Thu, May 31, 2012 at 9:55 AM, Lamar Williams lamarw...@gmail.com wrote: Hey! Just

(new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
Hello all, I've just read the official jenkins book which gave me some ideas, but I wanted to flesh out my ideas before I start configuring. We have a relatively complex system which looks like this: // old code bases, actively used elsewhere, but not actively changed A - svn repo, updated

Aumatically building from master but having an option to manually build a specific branch?

2012-06-04 Thread Roshan Dawrani
Hi, I am using Jenkins 1.461 and investigating an issue that Jenkins picks up for us the wrong revision to build, when it scans multiple branches that we have in our git repository. The Jenkins job is currently defined as: == scm

Re: Oracle Functional

2012-06-04 Thread Andrew Melo
Can an admin please block him? On Mon, Jun 4, 2012 at 10:16 AM, shiva Panzer shivapanzersolution...@gmail.com wrote: Please let me know if you are interested in this requirement. If yes, kindly send us your resume along with contact information. If you are not looking for new projects,

RE: Oracle Functional

2012-06-04 Thread Ken Beal
Hi Shiv, Some people on this open, useful mailing list record the people and organizations which are abusing the list, and choose to never use the products or services offered by these individuals and companies in the future. They also talk to others about these abuses. I read this list

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
My initial guess on how to solve this: * put each of the repo's in a job that *only fetches* the repo into a shared directory and doesn't do anything else. I'd think in terms of jobs that build components and applications, not so much in relationships to repositories. The problem is that

Loggers for user configs/timeout issue

2012-06-04 Thread Wolfie Wunderlich
Hello Jenkins community, I'm running into some issues with the web config of certain users. Requests to /users/USERNAME/configure return a 500 error. Which loggers will I need to enable to get details on what's causing the errors? Regards, WW

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Slide
On Mon, Jun 4, 2012 at 9:13 AM, Bram de Jong bram.dej...@samplesumo.com wrote: On Mon, Jun 4, 2012 at 5:27 PM, Bram de Jong bram.dej...@samplesumo.com wrote: My initial guess on how to solve this: * put each of the repo's in a job that *only fetches* the repo into a shared directory and

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 11:13 AM, Bram de Jong bram.dej...@samplesumo.com wrote: I suppose the gist of my question is: If I have 50 different applications that are all sitting in the same repository, and I want each of these applications to build separately as a job, do I really need to do 50

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 11:48 AM, Bram de Jong bram.dej...@samplesumo.com wrote: If you'd go back to my first email and substitute repository by trunk maybe my emails make more sense? Our apps don't need the full repositories, they just need the trunk/master. But still, the rest of my email(s)

Solution

2012-06-04 Thread Tapo
We do not have any build automation techniques yet, and rely on ant manual builds. We want to move towards automation though but not with too much of re-engineering. Instead of reinventing the wheel, we want to use the Execute the Batch Commands and call the ant commands from there. I can

Paths to logs for log4j

2012-06-04 Thread fnick
Hello! I'm getting this message followed by a stack trace, when I start my build: log4j:ERROR setFile(null,true) call failed. STACK TRACE log4j:ERROR Either File or DatePattern options are not set for appender [default]. Where can I configure this paths? I'm running Jenkins on a Win2003 Server.

Re: Paths to logs for log4j

2012-06-04 Thread fnick
Further information: Jenkins ver. 1.465 deployed to TomCat 6.0.35, JDK/JRE 1.6.0_24, Maven 3.0.4. -- View this message in context: http://jenkins.361315.n4.nabble.com/Paths-to-logs-for-log4j-tp4630227p4630252.html Sent from the Jenkins users mailing list archive at Nabble.com.

Jenkins mixes up test results when the same test case has been launched (the same name) several times in a run.

2012-06-04 Thread mathieu.cor...@gmail.com
Hi everybody, My jobs launch non-regression tests (Selenium). XML reports are generated by Ant, on a slave. These XML files are well-formed and consistent. Jenkins gets the reports and creates tables with test results. However, Jenkins mixes up the test results when the same test case has been

Any way to enable auto upgredation notification for Jenkins updation on my Jenkins steup

2012-06-04 Thread joyalbin
Dear all, I had seen in Jenkins, if any updation on the installed plugins, then it will show in the Manage Jenkins-Manage Plugins-Updates. Is there any way to get notification about updations on Jenkins.war on my jenkins setup. Is sombody have any idea on this.. please replay... Thanks in

A solution

2012-06-04 Thread Tapo
We do not have any build automation techniques yet, and rely on ant manual builds. We want to move towards automation though but not with too much of re-engineering. Instead of reinventing the wheel, we want to use the Execute the Batch Commands and call the ant commands from there. I can

managing many jobs/nodes - better way than UI

2012-06-04 Thread phil swenson
I am finding it impossible to manage all my jenkins nodes and jobs via the UI. We have 20 nodes and 50 jobs. Suggestions on the best way to deal with this?

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Jacob Robertson
There are plugins like view job filters and configuration slicing that might help.

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread phil swenson
if i want to make a change to every job, I have to do it 50 times. if i want to make a change to every node, I have to do it 20 times On Mon, Jun 4, 2012 at 4:03 PM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Jun 4, 2012 at 3:51 PM, phil swenson phil.swen...@gmail.com wrote: I am

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 5:35 PM, phil swenson phil.swen...@gmail.com wrote: if i want to make a change to every job, I have to do it 50 times. if i want to make a change to every node, I have to do it 20 times OK, but those things go away when you get it right and stop making configuration

Re: Get summary on test results in jelly report

2012-06-04 Thread Antanina
Thank you, Slide! Now I know the direction I need to dig into :) Will provide with example when my template will be ready, probably this will save time for someone in the future. Best regards, Antanina On Saturday, June 2, 2012 7:25:32 PM UTC+3, slide wrote: The whole Jenkins object model is

New guy questions

2012-06-04 Thread louwho
New to CI. Tried Cruisecontrol.net, very hard to figure everything out. Is there a file behind the scenes in Jenkins, like the ccnet.config file in CCnet? I am using this as a service on Windows. We have VB.net and C++ projects. I can use MSBuild for the VB stuff, but msbuild does not work

Unable to see Jenkins' verbose mode output

2012-06-04 Thread Roshan Dawrani
Hi, I am using Jenkins 1.461 with git plugin 1.1.18 (confirmed using /pluginManager). I have run Tomcat with -Dhudson.plugins.git.GitSCM.verbose=true, but nowhere in the Jenkins job specific logs I am seeing the verbose output coming from the git plugin classes. Could someone please let me know