Policy of fixes in LTS?

2013-07-18 Thread Steffen Breitbach
Hi everyone! What's the policy of fixes in LTS versions? The deadlock fix of JENKINS-18589 for example, is this something we can expect to see e.g. in 1.509.3? Regards Steffen -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

adb devices lists no devices, even though an emulator running

2013-07-18 Thread Ling-Yi Kung
Hello! My Jenkins slave is Mac OS X 10.8.4 and I'm using the Android Emulator Plugin. For some reason, adb doesn't recognize that there's an emulator when Jenkins launches it. When I log into the machine and start an emulator, adb devices lists it. *22:35:51* [android] Using Android SDK:

Incremental code coverage plugin (for C++)

2013-07-18 Thread Avihay Eyal
Hi, is there a plugin that produce incremental code coverage results (and supports C++)? Thanks -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Costin Caraivan
Hello, We're trying to reconfigure our Jenkins instance (Jenkins ver. 1.522, Linux master) to use Git hooks instead of Git polling. We've configured the Github repo to trigger our builds, but there's this note that seems kind of... strange in the Github configuration: Requires Git Plugin

Policy of fixes in LTS?

2013-07-18 Thread teilo
Generally if the fix has been in the mainline for a few weeks without any regressions and is easy to back port, if it has been tagged then it will be back ported. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
What version of Jenkins are you running? On 17 July 2013 23:08, Haszlakiewicz, Eric ehas...@transunion.com wrote: I'm having some problems figuring out how to install the current version of CloudBees Folders plugin. I was able to get the 3.6 version installed, and the Update Center page in

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
3.6 has required core 1.447.7 3.7 has required core 1.466.13 3.8 3.9 have required core 1.480.3 Depending on the core version you have, you may be being routed to an update centre for the specific Jenkins version rather than OSS HEAD or OSS LTS. I am just going to check out update centre

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
Aha! OK so our CloudBees update centre is currently set to publish plugins that require 1.466.2 (the last OSS LTS in the 1.466 line) or earlier. Next wed we drop our commercial support for the 1.466.x line, so at that point we will up our free plugins to require the minimum baseline of our

what is a jenkins workspace

2013-07-18 Thread David Gang
Hi, What is a jenkins workspace and how differs it from a jenkins project? A google search did not turn out relevant results https://www.google.co.il/search?q=what+is+a+jenkins+workspaceie=utf-8oe=utf-8rls=org.mozilla:en-US:officialclient=firefox-agws_rd=cr Thanks, David -- You received this

Re: what is a jenkins workspace

2013-07-18 Thread N. Hao Ching 程浩源
A jenkins workspace is the actual physical working directory where you check out files or generate files during a project run. If it doesn’t exist, it will be created for you on the first run. -Hao On Jul 18, 2013, at 7:52 AM, David Gang michaelg...@gmail.com wrote: Hi, What is a jenkins

Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Costin Caraivan
Very, very strange. Why doesn't it just POST http://jenkins/job/myjob/build? :-? _ Costin Caraivan On Thu, Jul 18, 2013 at 1:04 PM, Vincent Latombe vincent.lato...@gmail.com wrote: Hi The git hook actually triggers the polling, not directly a build. Vincent 2013/7/18 Costin

Plugin for extra confirmation

2013-07-18 Thread Thomas Vestergaard
Hi, One of our devs would like to have a Jenkins job to nuking and reinstalling an environment - that should be fairly straight forward; create parameterised project taking server and db names, and then get to work. Now, considering the gravity of the actions to be performed, I would really like

Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Vincent Latombe
Read [1], and you'll understand why ;) [1] http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ Vincent 2013/7/18 Costin Caraivan costincarai...@gmail.com: Very, very strange. Why doesn't it just POST http://jenkins/job/myjob/build? :-? _

Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Costin Caraivan
Ok, got it, thanks! _ Costin Caraivan On Thu, Jul 18, 2013 at 5:19 PM, Vincent Latombe vincent.lato...@gmail.com wrote: Read [1], and you'll understand why ;) [1] http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ Vincent 2013/7/18

RE: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Haszlakiewicz, Eric
For the cloubbees-license plugin, I see the jpi in my plugin directory. It doesn't show up in the UI, but I have version 4.0 of the CloudBees Free Enterprise Plugins entry, so I'll try manually installing the new folders plugin. (I'm using Jenkins v.1.523) Thanks for the explanation, and

RE: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Haszlakiewicz, Eric
It turned out I did *not* have the 4.0 version of cloudbees-license installed. I compared checksums on the jpi/hpi files, and I had version 3.7. I installed the 4.0 version, but I still get errors like this in the log: SEVERE: Failed Initializing plugin cloudbees-license

RE: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Haszlakiewicz, Eric
ah that wasn't installed at all. When I install that, the log says I need the cloudbees-registration plugin too. So I installed that, and in my web browser I get the same please register this instance page I saw when I first tried installing things, but simply entering my login information

Re: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Stephen Connolly
Well sorry that you didn't have the nicest experience... but glad you got yourself sorted out. When I am not so busy I would like to find out a bit more about your Jenkins to see if it's just operator error or documentation error or some other error that caused your less than stellar UX installing

RE: how to install the current version of the CloudBees Folders free plugin

2013-07-18 Thread Haszlakiewicz, Eric
Sure, feel free to drop me an email directly when you want to chat. It was probably operator error, since the extent of the documentation that I read was the description of the plugin on my Manage Plugins page. :) Eric From: jenkinsci-users@googlegroups.com

Re: Policy of fixes in LTS?

2013-07-18 Thread oliver gondža
The policy is documented here https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Subversion null pointer exception integrating feature branch

2013-07-18 Thread Daniel Beck
svnmerge plugin relies[1] on behavior of SVNKit that was changed[2]. It can no longer handle a null SVNErrorMessage argument. 1: https://github.com/jenkinsci/svnmerge-plugin/blob/master/src/main/java/jenkins/plugins/svnmerge/FeatureBranchProperty.java#L273 2:

Re: Subversion null pointer exception integrating feature branch

2013-07-18 Thread Daniel Beck
... or just vote for or sponsor the existing https://issues.jenkins-ci.org/browse/JENKINS-16723 On 18.07.2013, at 23:28, Daniel Beck m...@beckweb.net wrote: svnmerge plugin relies[1] on behavior of SVNKit that was changed[2]. It can no longer handle a null SVNErrorMessage argument. 1: