Re: viewing build results extremely slow on 1.480.2

2013-01-28 Thread Chris Withers
Hi All, Anyone else experience this? The master is a pretty beefy blade, its filesystem is a nice fast san, and there are now no jobs running on the master... ...and yet it can still take 2+ *minutes* to return the build page. How can I go about debugging this? cheers, Chris On 25/01/2013

Re: SCM polling stopped to work

2013-01-28 Thread LynnJY.LU
I met the same problems. We use Mercurial and Perforce in the same project. But the problem mostly occurs on Perforce. In my case, I thought it was because of the unstable network in studio. Once the connection between master and Perforce server broke, it would highly block the polling. The log

Re: Triggering multiple builds with the Git Plugin.

2013-01-28 Thread Adam Mercer
On Mon, Jan 28, 2013 at 6:25 PM, cjo wrote: > Try adding a logger for hudson.slaves.WorkspaceList to the log page and see > if there is a log message > " acquired " > occurring just after the first build finishes, which would indicate that > this is the case. Sorry but I'm very new to Jenkins,

Re: [git plugin] 'git show' command extremely slow

2013-01-28 Thread Ryan Doherty
Wow, thanks for the detailed response Mark! That's good news, I will eagerly await the next release of the git plugin. We're not doing any inclusions or exclusions on our jenkins server so that won't be a problem. On Mon, Jan 28, 2013 at 4:35 PM, Mark Waite wrote: > I don't think the issue is r

Re: [git plugin] 'git show' command extremely slow

2013-01-28 Thread Mark Waite
I don't think the issue is related to your VPN or any other network operation.  The "git show" command does not access the network (at least as far as I can tell).  Unfortunately, I also suspect that if you perform that same command on one of the git repositories Jenkins is using, you'll see the

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread Slide
Please file a JIRA on that so I don't forget :-) Thanks, slide On Mon, Jan 28, 2013 at 5:17 PM, jbyrne...@yahoo.com wrote: > I'm guessing that nothing is printed if there are no changes since the > last build. Hence the blank part of the email. So I'll wait for tomorrow. > I guess the simpl

Re: Triggering multiple builds with the Git Plugin.

2013-01-28 Thread cjo
This might be a workspace locking issue as the polling log you post seems to indicate that the polling has started [1], but has not completed. even though the concurrent is allowed. Try adding a logger for hudson.slaves.WorkspaceList to the log page and see if there is a log message " acquired

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread jbyrne...@yahoo.com
I'm guessing that nothing is printed if there are no changes since the last build. Hence the blank part of the email. So I'll wait for tomorrow. I guess the simplest answer would be the best. Thanks for your help again. It would have been nice for stupid users like me to have something like:

Re: Help w/ maven release and git

2013-01-28 Thread Jeff
Teilo ... thanks for the response! Your response poked my brain enough that I realized that my SCM URL in my POM had a problem. I was missing the "//" in the url (D'oH!) I fixed it and have successfully performed a release! I'm unsure though if I am following a best practice in terms of bra

Re: Property files updated by Jenkins build triggers another build via Mercurial SCM polling

2013-01-28 Thread elness
I should add that even without the *hg push *, the updated Java property file is still noticed later (during SCM polling) as a new change, thus triggering another Jenkins build. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Slave Handshaking issues

2013-01-28 Thread David Hoffman
Hello... Did you ever get anywhere with this? I am struggling with this exact situation right now on v1.500 On Tuesday, October 4, 2011 3:12:10 AM UTC-5, DannyT wrote: > > hmm that might be a red herring and it just uses the machine name in > tcpview, obviously in the log i posted previously it

RE: How do I troubleshoot the ${CHANGES} token when sending an

2013-01-28 Thread Alex Earl
email MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_983_23601516.1359417033123" --=_Part_983_23601516.1359417033123 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Yes, the global config is as you said. Sent from my Windows Pho

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread jbyrne...@yahoo.com
Thanks for the link. Boy that generics code sure is pretty! Also, Is the global configuration under Jenkins->Manage Jenkins->Configure System? (I'm new to Jenkins too) Thank you for your help. John On Monday, January 28, 2013 2:38:12 PM UTC-8, jbyr...@yahoo.com wrote: > > Is there some log I

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread Slide
DEFAULT_RECIPIENTS is the token used for the list of email addresses defined as the Recipient List in the global configuration. You can look at the code for the ChangesToken at [1] and see if there is any logic that would cause your issue. There is currently no logging in the tokens. slide 1 - ht

How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread jbyrne...@yahoo.com
Is there some log I can look at? The content is not being placed into the email message. Please help. I'm also looking for where the ${DEFAULT_RECIPIENTS} token is defined but I can't find it anywhere. Please let me know if you need any more information, I'm new to this list. Thank you, John

Triggering multiple builds with the Git Plugin.

2013-01-28 Thread Adam Mercer
Hi One of my Jenkins projects is configured to poll git and trigger a new build if appropriate by using a post-receive hook and the Git Plugin. This specific project has two build slaves which can build the project but it seems that if a single build is already in progress, with one slave idle, a

Re: [git plugin] 'git show' command extremely slow

2013-01-28 Thread Ryan Doherty
Yeah, I'd like to do that too, unfortunately it's not possible with our current network limitations. (everything behind vpn access). On Mon, Jan 28, 2013 at 1:49 PM, nicolas de loof wrote: > would be far more efficient for you to setup a post-commit hook, > "poling must die" :P > > 2013/1/28 >

Re: [git plugin] 'git show' command extremely slow

2013-01-28 Thread nicolas de loof
would be far more efficient for you to setup a post-commit hook, "poling must die" :P 2013/1/28 > For the past few weeks our git checkouts from github have gotten slower > and slower (now resulting in updates for one small commit taking > 1 minute > and multiple commit updates taking up to 10 mi

Property files updated by Jenkins build triggers another build via Mercurial SCM polling

2013-01-28 Thread elness
Our main Ant build target injects Jenkins build metadata (e.g., build number, build timestamp, etc.) into certain property values in a version-controlled Java property file (via the replaceregexp Ant task). This newly updated property file needs to be part of whatever changeset originally trigg

Re: Jenkins GitHub Integration

2013-01-28 Thread Chester Chen
Kevin, Thanks worked The only draw back is that now I have the clear password in the .netrc file. very much appreciated. Chester On Monday, January 28, 2013 12:37:30 PM UTC-8, Kevin Fleming wrote: > > The first hit in a Google search for "git .netrc" is: > > https://gi

[git plugin] 'git show' command extremely slow

2013-01-28 Thread rdoherty
For the past few weeks our git checkouts from github have gotten slower and slower (now resulting in updates for one small commit taking > 1 minute and multiple commit updates taking up to 10 minutes). We have the git plugin setup to poll every 2 minutes. Doing some debugging I see jenkins runn

Re: Jenkins GitHub Integration

2013-01-28 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
The first hit in a Google search for "git .netrc" is: https://gist.github.com/1072829 ... and it shows you exactly what to do. - Original Message - From: ches...@tingatech.com To: jenkinsci-users@googlegroups.com Cc: KEVIN FLEMING (BLOOMBERG/ 731 LEXIN) At: Jan 28 2013 15:33:30 Kevin,

Re: Jenkins GitHub Integration

2013-01-28 Thread Chester Chen
Kevin, thanks for the reply, I am not familiar with .netrc, what should I put into the .netrc file ? Chester On Monday, January 28, 2013 12:23:20 PM UTC-8, Kevin Fleming wrote: > > You can create a .netrc file in the home directory of your Jenkins user > on the machine(s) where you are

Re: Jenkins GitHub Integration

2013-01-28 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
You can create a .netrc file in the home directory of your Jenkins user on the machine(s) where you are doing the git operations; this will allow Git to perform HTTP authentication without actually prompting for a username/password combination. - Original Message - From: jenkinsci-use

Re: Help w/ maven release and git

2013-01-28 Thread teilo
Yup - works like a charm :-) "ssh: svcSCM: no address associated with name fatal: Could not read from remote repository." That implies to me that it can't find the server calls svcSCM which comes from your developerConnection in the POM. have you verified whats in the workspace after a faile

Re: Jenkins GitHub Integration

2013-01-28 Thread Chester Chen
Hi, I have the same issue with private repository. Hope someone can provide a pointer. git version 1.7.9.5 jenkins -- 1.500 Jenkins GIT plug -- 1.1.26 GitHub plugin

WarningsPublisher aborted due to exception - quick question - how to recover

2013-01-28 Thread Z W
Hi All We ran a build and we got this error after successful build. Would the experts share their workaround to this issue ? Thank you. Sincerely BUILD SUCCESSFUL Total time: 6 minutes 33 seconds [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) ERROR: Publisher hudso

[Jenkins-T​estlink] Error verifying developer key: HTTP server returned unexpected status: Found

2013-01-28 Thread rahulsoa
Hello everyone, Greetings, I’m trying to connect Jenkins (1.482) with TestLink (1.9.4) thru my Jenkins configuration, but while running the job in Jenkins I get the below error in the console log. The job in Jenkins is trying to get all the test cases in the given testplan given in job’s co

Re: Parameterized Trigger Plugin: get and modify combination filter in triggered job

2013-01-28 Thread cjo
Just knocked up an extension to the parameterized trigger plugin that will allow you to pass the inverse of what is build to a triggered job. If this parameter is added to a Matrix build it will get the filter passed into it and then inverts the filter (makes it "!()" ) before passing to the tri

RE: Unix or Windows

2013-01-28 Thread Merrow, Frank
Whatever you use most in your company . . . or if you are going to be the admin, whatever you are most comfortable with. Both work well pretty much out of the box. For instance, I use mostly Windows . . . Why? IT has our network locked down pretty well . . . for both Linux and Windows. But I

Re: Artifacts and Builds

2013-01-28 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
Some of that is not quite correct. A 'build' is a specific run of a job, yes, and Jenkins stores the logs, parameters and other metadata associated with the build, along with any data produced by publishers used in the build (unit test reports, warnings analysis, stuff like that). It does *not*

Re:sloccount plugin exception

2013-01-28 Thread KEVIN FLEMING (BLOOMBERG/ 731 LEXIN)
This is a known issue; look in JIRA for the sloccount-plugin, you should be able to find the issue. On that issue there is an attachment which is a fixed version of the plugin, which has been working fine for me for a couple of months. I don't know why the fix hasn't made its way into the offici

workspace archiver plugin?

2013-01-28 Thread teilo
Hi all, Before I embark on some coding, does anyone know if there is such a plugin that will archive the entire workspace ? I don't want all the files as attached artifacts - but the workspace as one big zip/tgz, and ideally be able to only keep it with a different schedule from the build arti

Parameterized Trigger Plugin: get and modify combination filter in triggered job

2013-01-28 Thread Jannik Kett
Hello, I'm trying to set up a build pipeline. Therefore I have one job (pipe starter) which monitors a repository for source code changes, and two identical matrix jobs (priority and regular build) which build the repository in different chroot environments. The priority matrix job gets triggered

Which branch is build if there are multiple branches in a job and job has been configured for all jobs?

2013-01-28 Thread Ahmed Mubbashir Khan
Hi All, Which branch is build if there are multiple branches in a job and job has been configured for all jobs? What is the workflow? How jenkins determine what to build? Similarly: If a job was initially configured for master, and then we switch it to monitor all branches. It seems like its

Re: How to log the other running jobs?

2013-01-28 Thread Vladimir Zak
Yes of course. But I have 15 jobs and some of them are running parallel. I need to log other running jobs to the last started console log (or file) for example. Then I could judge where the problems could be... I hope you understand my problem. Thanks. Vladimir 2013/1/28 Peter Miklosko : >

Re: parameterizing which downstream jobs to build

2013-01-28 Thread CHAVANNE Robert
Chris Withers simplistix.co.uk> writes: > > On 25/01/2013 16:27, Merrow, Frank wrote: > >> I'd like to have a job do something and then kick off some downstream > >> jobs, but I'd like to make some choices in the job to decide *which* > >> downstream jobs to kick off. > >> > >> How can I do that

Re: How to log the other running jobs?

2013-01-28 Thread Peter Miklosko
Did you yet had a look on Console output? http://SERVER_NAME/job/PROJECT_NAME/BUILD_NUMBER/console There is plenty of stuff, you can monitor your build progress and you can always return to these data anytime after build Peter On 28 January 2013 07:48, zakyn wrote: > Hello, > > I have a situati