Skip to content
  1. Mar 14, 2013
  2. Mar 13, 2013
  3. Mar 12, 2013
  4. Mar 11, 2013
  5. Mar 09, 2013
  6. Mar 08, 2013
  7. Mar 07, 2013
    • Jesse Glick's avatar
      fe9a6788
    • Jesse Glick's avatar
      Setting project.build.sourceEncoding=UTF-8 so that future generations of... · a12b96f7
      Jesse Glick authored
      Setting project.build.sourceEncoding=UTF-8 so that future generations of plugin authors will not get a warning from Maven.
      (And so that source files can safely use Unicode!)
      Also removing the defaultGoal=package declaration; the only purpose of building this module is to install it.
      a12b96f7
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-16606] · f373cd5c
      Kohsuke Kawaguchi authored
      Integrated the new version of Stapler that includes the fix.
      f373cd5c
    • Jesse Glick's avatar
      841511c2
    • Jesse Glick's avatar
      [FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support... · fa6c9ba3
      Jesse Glick authored
      [FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support --httpKeepAliveTimeout.
      fa6c9ba3
    • Kohsuke Kawaguchi's avatar
      [JENKINS-16830] clarified the semantics · 36d2d259
      Kohsuke Kawaguchi authored
      (03:21:10 PM) m2spring: kohsuke: BTW, what do you think about this Jira? https://issues.jenkins-ci.org/browse/JENKINS-16830
      (03:21:13 PM) jenkins-admin: JENKINS-16830:RunnerAbortedException no longer workin in RunListener.onStartup() (Resolved) http://jenkins-ci.org/issue/16830
      (03:23:01 PM) m2spring: kohsuke: The question is whether RunListener.onStart() is intended to be allowed to abort a build by throwing Run.RunnerAbortedException, or not.
      (03:23:18 PM) kohsuke: still reading
      (03:25:27 PM) kohsuke: m2spring: I can make it work for you
      (03:25:42 PM) kohsuke: I guess you want RunnerAbortedException to be a pass-through, right?
      (03:25:50 PM) m2spring: I'm using now RunListener.setupEnvironment().
      (03:25:58 PM) m2spring: This works and makes also a lot of sense.
      (03:26:36 PM) m2spring: I can also see that not allowing onStart() to abort a build can make sense.
      (03:26:51 PM) m2spring: I just wanted to hear your take on this.
      (03:27:05 PM) kohsuke: kutzi is right that onStart() wasn't really intended to affect the build
      (03:27:15 PM) kohsuke: it really was meant for just notifying
      (03:27:33 PM) m2spring: Thanks for the clarification.
      (03:27:40 PM) kohsuke: but if this is important for someone, I'm OK with making it work.
      (03:27:53 PM) kohsuke: In this case it sounds like you are OK with the current state, so I'll leave it as WONTFIX
      (03:27:58 PM) m2spring: setupEnvironment() seems to be the right place.
      (03:28:05 PM) m2spring: Yes. Thanks :-)
      (03:28:18 PM) kohsuke: I'll mention that in setupEnvironment javadoc so that we know it's a committed semantics
      (03:28:28 PM) m2spring: Agreed.
      36d2d259
    • Kohsuke Kawaguchi's avatar
      fixed all the regressions · 961517a2
      Kohsuke Kawaguchi authored
      961517a2
Loading