Jenkins 1.496 on Windows Server 2008: Update Plugin Manager does not work

2013-01-03 Thread Michael Wiedmann
Jenkins 1.496 on Windows Server 2008 runs so far. But if I go to *Plugin Manager / Advanced *and try to update the plugin information from the update center URL (press "*Check now*") the following page displays "*Checking Updates...*" but nothing happens and finally I have no plugin information

Job Generator Plugin jobs get stuck when deleting generated jobs

2013-01-03 Thread JonathanRRogers
Whenever I run a job generator job to delete an existing hierarchy of generated jobs, the generator jobs themselves get stuck. They never complete and if I attempt to kill them manually, the entire Jenkins web interface gets stuck and I can never load another page. The only way to get rid of th

Re: Git question...

2013-01-03 Thread Jeff
Thanks for the tips...I'll try and poke around with it tomorrow. I'm finding Git to be a pain compared to SVNugh...likely loose nut behind the keyboard. My Jenkins server has 4GB of RAM and 2.5 GB is dedicated to tomcat running Jenkins but I will triple check the settings as well. We actuall

Re: Git question...

2013-01-03 Thread Mark Waite
There was a report of the same error message in late November that was due to insufficient memory being available for the Jenkins process.  Refer to  http://jenkins.361315.n4.nabble.com/Jenkins-GIT-ls-remote-error-td4646903.html for more details on it.  I suspect that is not your issue, but it sh

RE: migration hudson 2.2.0 to jenkins

2013-01-03 Thread Alex Earl
Yes, the fork happened around 1.395 or so. I don't know what version Hudson changed the format. Sent from my Windows Phone -- From: Daniel Fortunov Sent: 1/3/2013 5:18 PM To: jenkinsci-users@googlegroups.com Subject: Re: migration hudson 2.2.0 to jenkins What is the la

Re: Git question...

2013-01-03 Thread Jeff
I didn't even realize those options existed...ack! I checked and "Fast remote polling" is NOT set. I have not set any other options beyond the repo URL. Did I possibly miss something? On Thu, Jan 3, 2013 at 5:17 PM, Mark Waite wrote: > I thought that I had seen that failure when I enabled "

Re: migration hudson 2.2.0 to jenkins

2013-01-03 Thread Daniel Fortunov
What is the latest version before the fork? I thought 2.2.0 was already beyond the fork? On 2 January 2013 20:46, Lars Nordin wrote: > Search the mailing list archives for posts from folks that have done > this same thing. > > ** ** > > The pattern has been – depending on how old of a versi

Re: Git question...

2013-01-03 Thread Mark Waite
I thought that I had seen that failure when I enabled "fast remote polling" and had not yet cloned  the git repository.   My quick web search did not show that as a bug, so I may be wrong, but it won't hurt to try disabling fast remote polling (it is in the Advanced section of the git plugin se

Git question...

2013-01-03 Thread Jeff
I have some Git projects (internal gitolite repository) that I'm configuring and when I put the git repo URL in, it shows this error below field: *Failed to connect to repository : Error performing command: ls-remote -h gitolite@mygitrepo:/myproject.git HEAD* If I login as the user that Jenkins

Need to Display the Clover Conditionals or Methods Values instead of Statements in Results Email

2013-01-03 Thread Rejesi
Hi, we are using the html-with-health-and-console.jelly file in the email-ext plugin to display the metrics health results in the build results email. The problem is that it only displays the "Clover Coverage Statements" value in the email. Is there any way to get either the "Conditionals" or

Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-03 Thread Slide
You're asking the wrong people. Hudson devs changed the format of the XML files, you'll need to ask them if you can downgrade from your current version to 1.395. If you can't, then you would need to manually convert the XML files back to the format they used to have (which is still used by Jenkins)

Re: Jenkins 1.496 CLI: java.lang.IllegalAccessError: org/kohsuke/args4j/CmdLineParser$1

2013-01-03 Thread John Vacz
Some more info: This is a job executed in a debian slave, our jenkins master is also running on debian. It worked perfectly well in the last months (probably over 1 year). Am 03.01.2013 17:24, schrieb John Vacz: Hello, I am getting exception from jenkins CLI since upgraded to version 1.496:

Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-03 Thread prathima chowdary
Ok if we need to downgrade what r the chages to be done.. suppose if we cant , then how can we ? Is there no solution the hudson jobs cant be used? On Thu, Jan 3, 2013 at 9:44 PM, Slide wrote: > There is no direct upgrade path from anything higher than 1.395. Hudson > changed the format that is

Jenkins 1.496 CLI: java.lang.IllegalAccessError: org/kohsuke/args4j/CmdLineParser$1

2013-01-03 Thread John Vacz
Hello, I am getting exception from jenkins CLI since upgraded to version 1.496: + java -jar jenkins-cli.jar -shttp://myjenkins:8080/jenkins -i /home/jenkins-slave/.ssh/id_rsa login Exception in thread "main" java.lang.reflect.UndeclaredThrowableException

Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-03 Thread Slide
There is no direct upgrade path from anything higher than 1.395. Hudson changed the format that is used for serializing data to XML, this made Hudson and Jenkins incompatible. If you can downgrade to Hudson 1.395, you can then upgrade to Jenkins from there. On Thu, Jan 3, 2013 at 9:03 AM, prathim

RE: TFS/Maven/Linux Help needed!

2013-01-03 Thread Nord, James
You may want to change the build users password :-o Maven will want the “tf” command to be on the path which it appears it’s not[1] (Jenkins uses the absolute path that its configured with[2] I would double check that environment that the user Jenkins is running as has /usr/bin/tfs on the path

Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-03 Thread prathima chowdary
2.1.2 On Thu, Jan 3, 2013 at 6:29 PM, Slide wrote: > What version are you upgrading from? > > > On Thu, Jan 3, 2013 at 5:51 AM, prathima chowdary < > chowdary.gprath...@gmail.com> wrote: > >> >> Hello KK, >> >> I have bulk of Jobs in Hudson . And want to migrate From Hudson (Windows) >> to Jenki

RE: TFS/Maven/Linux Help needed!

2013-01-03 Thread Alex Earl
It looks like it can't find the tf command, at least that's what it looks like to me. Sent from my Windows Phone -- From: Steve Brice Sent: 1/3/2013 8:55 AM To: jenkinsci-users@googlegroups.com Subject: TFS/Maven/Linux Help needed! We are currently migrating from Windo

TFS/Maven/Linux Help needed!

2013-01-03 Thread Steve Brice
We are currently migrating from Windows to Linux build servers. I have everything up and running in Linux fine. However, when performing a maven release its failing right at the end. I have verified all the permissions, environment paths...etc. I am attaching the console output if someone coul

Re: email-ext tokens for "Build Failure Analyzer"

2013-01-03 Thread David Resnick
Indeed it is! I hope to have time to get to this at some point. - David On Thursday, January 3, 2013 3:37:42 PM UTC+2, slide wrote: > > Yes, it does. You could fork the plugin, add the changes in and create a > pull request. Community Driven Development at its finest. > > > On Thu, Jan 3, 2013 a

Question about automatic tools installation

2013-01-03 Thread mpapo - Michaël Pailloncy
Hi all, In our factory, we've faced with a problem with automatic installation of tools for CI (JDK, Maven, Groovy, Ant, ...) which are located in our private nexus repository. Jenkins passed through the proxy to download CI tools while the nexus is internal to our company. In three days, Jenki

Re: email-ext tokens for "Build Failure Analyzer"

2013-01-03 Thread Slide
Yes, it does. You could fork the plugin, add the changes in and create a pull request. Community Driven Development at its finest. On Thu, Jan 3, 2013 at 6:35 AM, David Resnick wrote: > Right, but the Build Failure Analyzer plugin needs to create a token with > its output first, doesn't it? > >

Re: email-ext tokens for "Build Failure Analyzer"

2013-01-03 Thread David Resnick
Right, but the Build Failure Analyzer plugin needs to create a token with its output first, doesn't it? - David On Thursday, January 3, 2013 3:26:43 PM UTC+2, slide wrote: > > You can use Token Macro tokens in email-ext content templates. > > > On Thu, Jan 3, 2013 at 6:24 AM, David Resnick > >

Re: email-ext tokens for "Build Failure Analyzer"

2013-01-03 Thread Slide
You can use Token Macro tokens in email-ext content templates. On Thu, Jan 3, 2013 at 6:24 AM, David Resnick wrote: > Great plugin! It's a huge time saver to have Jenkins figure out what went > wrong with a build rather than having to view the log and figure it out for > myself. > > Right now I

email-ext tokens for "Build Failure Analyzer"

2013-01-03 Thread David Resnick
Great plugin! It's a huge time saver to have Jenkins figure out what went wrong with a build rather than having to view the log and figure it out for myself. Right now I'd say that the biggest improvements that could be made to the plugin involve making its results more prominent. It would be

Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-03 Thread Slide
What version are you upgrading from? On Thu, Jan 3, 2013 at 5:51 AM, prathima chowdary < chowdary.gprath...@gmail.com> wrote: > > Hello KK, > > I have bulk of Jobs in Hudson . And want to migrate From Hudson (Windows) > to Jenkins ( Windows) with all the JOBS imported. So i have followed the > b

Re: Upgrading from Hudson Windows 1.395 to Jenkins

2013-01-03 Thread prathima chowdary
Hello KK, I have bulk of Jobs in Hudson . And want to migrate From Hudson (Windows) to Jenkins ( Windows) with all the JOBS imported. So i have followed the belwo link which is not happening... Can u please give me the detailed picture how to Migrate ? https://wiki.jenkins-ci.org/display/JENK

Jenkins-CLI does not work with Jenkins behind reverse proxy

2013-01-03 Thread Lars Klonowski
When trying to contact a Jenkins (1.447.2) behind a reverse proxy via Jenkins CLI, there is no response until Reverse Proxy timeout is reached and then the connection gets closed. Debugging into it, the CLI hangs on the line where it is reading the input stream. After the connection was closed,

RE: m2release 0.10.0 (Not yet released) - duedate

2013-01-03 Thread Nord, James
Hi Marcus, There are a couple of outstanding pull requests that I need to pull in before the release - one of which is for a defect with the release builds to keep. -1 as a default doesn't make sense (it is really 0 as you are marking zero builds to keep). If there are any features you would l

m2release 0.10.0 (Not yet released) - duedate

2013-01-03 Thread Marcus Vinicius
Hello, I'm interessted at release 0.10.0 of m2reelase plugin. I built from source code and tried it. I have the suggestions below about the Fix "Add ability to specify number of release builds to keep": - As can you see at image there is a error when you click on help image: "Failed to load hel

jenkins with ldap authentication

2013-01-03 Thread Levin, Ilya
Hello, I'm trying to use ldap in my Jenkins (v 1.485). I configured the ldap connection under the security relam, and it seems that the connection with the ldap server was established. I did a little test and entered 2 users, a false one and an existing one. As you can see Jenkins identified thi