1. 24 8月, 2011 1 次提交
  2. 10 8月, 2011 1 次提交
  3. 26 7月, 2011 1 次提交
  4. 19 7月, 2011 1 次提交
  5. 17 7月, 2011 2 次提交
  6. 09 6月, 2011 1 次提交
  7. 07 6月, 2011 1 次提交
  8. 29 5月, 2011 2 次提交
  9. 02 3月, 2011 1 次提交
  10. 17 2月, 2011 1 次提交
  11. 03 2月, 2011 2 次提交
  12. 31 1月, 2011 2 次提交
    • K
      Updating the URL. · 3a1447ea
      Kohsuke Kawaguchi 提交于
      3a1447ea
    • K
      Honor $JENKINS_HOME. · 8ea876fa
      Kohsuke Kawaguchi 提交于
      Honor $JENKINS_HOME (just like we used to do $HUDSON_HOME)
      We still fall back to $HUDSON_HOME every step of the way
      for maximum backward compatibility.
      
      I wasn't initially planning to do this for the first version,
      but working on native packages made me think we should deliver this.
      8ea876fa
  13. 07 1月, 2011 1 次提交
    • K
      Revert "Removed unused import." · 4e620598
      Kohsuke Kawaguchi 提交于
      This reverts commit becb2768.
      
      Conflicts:
      
      	core/src/main/java/hudson/init/InitializerFinder.java
      	core/src/main/java/hudson/matrix/AxisList.java
      
      While looking at PollingResult I noticed that import statements used in
      javadoc are removed.
      4e620598
  14. 28 8月, 2010 1 次提交
  15. 09 3月, 2010 1 次提交
  16. 26 11月, 2009 1 次提交
  17. 20 11月, 2009 1 次提交
  18. 15 9月, 2009 1 次提交
  19. 20 6月, 2009 1 次提交
  20. 23 3月, 2009 1 次提交
  21. 21 3月, 2009 1 次提交
    • K
      Merged revisions 16380-16381,16433,16435,16438 via svnmerge from · 72242fcd
      kohsuke 提交于
      https://www.dev.java.net/svn/hudson/branches/rc
      
      ........
        r16380 | kohsuke | 2009-03-19 17:10:38 -0700 (Thu, 19 Mar 2009) | 1 line
        
        PeriodicWork change broke the tests, because the timer registration wasn't kicking in
      ........
        r16381 | kohsuke | 2009-03-19 17:33:14 -0700 (Thu, 19 Mar 2009) | 1 line
        
        fixed a test so that it's no longer timing sensitive
      ........
        r16433 | kohsuke | 2009-03-20 18:35:55 -0700 (Fri, 20 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare release hudson-1_293
      ........
        r16435 | kohsuke | 2009-03-20 18:36:21 -0700 (Fri, 20 Mar 2009) | 1 line
        
        [maven-release-plugin] prepare for next development iteration
      ........
        r16438 | kohsuke | 2009-03-20 19:10:29 -0700 (Fri, 20 Mar 2009) | 1 line
        
        updated changelog as a part of the release
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16441 71c3de6d-444a-0410-be80-ed276b4c234a
      72242fcd
  22. 20 3月, 2009 1 次提交
  23. 14 2月, 2009 1 次提交
  24. 07 2月, 2009 1 次提交
  25. 01 1月, 2009 1 次提交
  26. 25 12月, 2008 1 次提交
  27. 23 12月, 2008 1 次提交
  28. 19 8月, 2008 1 次提交
  29. 07 8月, 2008 1 次提交
  30. 24 7月, 2008 1 次提交
    • K
      no need to have the initialization code in a separate place. · b355a8c7
      kohsuke 提交于
      This should fix the unit test failures in twitter4j I'm seeing at:
      
      -------------------------------------------------------------------------------
      Test set: hudson.plugins.twitter.ShouldIncludeURLTest
      -------------------------------------------------------------------------------
      Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.389 sec <<< FAILURE!
      testTrueInDescriptor(hudson.plugins.twitter.ShouldIncludeURLTest)  Time elapsed: 0.358 sec  <<< ERROR!
      java.lang.ExceptionInInitializerError
      	at hudson.plugins.twitter.ShouldIncludeURLTest.setUp(ShouldIncludeURLTest.java:41)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      	at java.lang.reflect.Method.invoke(Method.java:597)
      	at org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
      	at org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
      	at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
      	at org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
      	at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
      	at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:66)
      	at org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
      	at org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
      	at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
      	at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
      	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
      	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
      	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
      	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      	at java.lang.reflect.Method.invoke(Method.java:597)
      	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
      	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      Caused by: java.lang.NullPointerException
      	at hudson.model.Queue$MaintainTask.<init>(Queue.java:928)
      	at hudson.model.Queue.<init>(Queue.java:195)
      	at hudson.model.Hudson.<init>(Hudson.java:144)
      	at hudson.plugins.twitter.HudsonUtil.<clinit>(HudsonUtil.java:32)
      	... 25 more
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10993 71c3de6d-444a-0410-be80-ed276b4c234a
      b355a8c7
  31. 22 7月, 2008 1 次提交
    • K
      Merged revisions... · 1b229432
      kohsuke 提交于
      Merged revisions 9727,9739,9765-9766,9927,10332,10334-10338,10340,10416,10421,10553,10839-10845,10876 via svnmerge from 
      https://www.dev.java.net/svn/hudson/branches/tom
      
      ........
        r9727 | huybrechts | 2008-05-31 12:49:18 -0700 (Sat, 31 May 2008) | 3 lines
        
        Issue 1659
        - cleaning up static Trigger, Hudson instances
        - resetting commons-logging
      ........
        r9739 | huybrechts | 2008-06-01 12:05:51 -0700 (Sun, 01 Jun 2008) | 1 line
        
        #1770 catching and logging InstantiationError
      ........
        r9765 | huybrechts | 2008-06-02 11:34:45 -0700 (Mon, 02 Jun 2008) | 1 line
        
        project-based security: fixed a new isAdmin call
      ........
        r9766 | huybrechts | 2008-06-02 11:35:27 -0700 (Mon, 02 Jun 2008) | 1 line
        
        "theInstance = null" caused some reloading problems
      ........
        r9927 | huybrechts | 2008-06-07 15:31:20 -0700 (Sat, 07 Jun 2008) | 8 lines
        
        Initial commit of parameterized builds. Provided functionality:
        - users can define parameters per project (only string paramters for now)
        - if a project has parameters, the 'build' button will redirect to an input page
        - parameter values can be used as ${variable} in Ant, Maven and CommandInterpreter builders
        - after the build, parameter values can be viewed in a separate page
        - tasks for parameterized builds are persisted in the queue over restarts
        - queue persistence is now in XML (with backwards compatibility for text format)
      ........
        r10332 | huybrechts | 2008-06-23 05:32:45 -0700 (Mon, 23 Jun 2008) | 1 line
        
        made EmbedderLoggerImpl public for use in plugins
      ........
        r10334 | huybrechts | 2008-06-23 05:48:10 -0700 (Mon, 23 Jun 2008) | 1 line
        
        [HUDSON-1914] additional parameter types (job, run), bugfixes
      ........
        r10335 | huybrechts | 2008-06-23 05:49:10 -0700 (Mon, 23 Jun 2008) | 1 line
        
        [HUDSON-1573] initialize servlet filters
      ........
        r10336 | huybrechts | 2008-06-23 05:52:14 -0700 (Mon, 23 Jun 2008) | 1 line
        
        [HUDSON-1915] onStarted onevent
      ........
        r10337 | huybrechts | 2008-06-23 06:07:32 -0700 (Mon, 23 Jun 2008) | 4 lines
        
        [HUDSON-1504] basic ui for job-based access control
        
        This allows assigning permissions per user and per job.
        It is still possible to provide defaults using a global matrix.
      ........
        r10338 | huybrechts | 2008-06-23 06:18:13 -0700 (Mon, 23 Jun 2008) | 3 lines
        
        [HUDSON-1504] basic ui for job-based access control
        
        adding it to the list...
      ........
        r10340 | huybrechts | 2008-06-23 07:23:12 -0700 (Mon, 23 Jun 2008) | 1 line
        
        [HUDSON-1504] fix compile error
      ........
        r10416 | huybrechts | 2008-06-25 01:13:11 -0700 (Wed, 25 Jun 2008) | 1 line
        
        initial commit staging plugin: supports doing a maven release to a staging repository, serving that repository for Hudson, and uploading it on demand
      ........
        r10421 | huybrechts | 2008-06-25 12:32:06 -0700 (Wed, 25 Jun 2008) | 1 line
        
        [HUDSON-1954] initial commit jbpm plugin and staging workflow example
      ........
        r10553 | huybrechts | 2008-07-01 14:13:57 -0700 (Tue, 01 Jul 2008) | 1 line
        
        moving registration for parameter definition out of registered class
      ........
        r10839 | kohsuke | 2008-07-15 13:48:05 -0700 (Tue, 15 Jul 2008) | 6 lines
        
        Making a few adjustments in preparation of merging back to the trunk.
        
        - doc updates
        - added QueueTaskFilter as a plain delegation implementation to simplify ParameterizedProjectTask.
        - renamed ParameterDefinition.newInstance(...) to createValue, to avoid having two newInstance methods
          in this part of the system that does different things
      ........
        r10840 | kohsuke | 2008-07-15 13:51:16 -0700 (Tue, 15 Jul 2008) | 1 line
        
        Hudson's coding convention is to use WS and no TAB.
      ........
        r10841 | kohsuke | 2008-07-15 14:34:37 -0700 (Tue, 15 Jul 2008) | 2 lines
        
        - making ParameterValue an abstract class to allow evolution without breaking plugins in the future
        - tweaked the UI a bit so that parameterization don't get too much visibility.
      ........
        r10842 | kohsuke | 2008-07-15 14:49:35 -0700 (Tue, 15 Jul 2008) | 2 lines
        
        improving the UI a bit.
        Added an icon
      ........
        r10843 | kohsuke | 2008-07-15 15:08:28 -0700 (Tue, 15 Jul 2008) | 1 line
        
        adding help
      ........
        r10844 | kohsuke | 2008-07-15 15:10:42 -0700 (Tue, 15 Jul 2008) | 1 line
        
        TAB->WS
      ........
        r10845 | kohsuke | 2008-07-15 15:44:47 -0700 (Tue, 15 Jul 2008) | 2 lines
        
        - Use HTTP status code to notify the automated clients that the build triggering failed.
        - Overload the "/build" URL to render the parameter entry form.
      ........
        r10876 | kohsuke | 2008-07-18 13:52:51 -0700 (Fri, 18 Jul 2008) | 10 lines
        
        Giving more hooks to ParameterValue to affect a build
        
         - abstracting the variable substitution process so that the actual syntax for marking
           variables (e.g., %VAR% vs ${var} vs #{xyz}) and the actual resolution process are
           orthogonal.
        
         - parameter values can now contribute BuildWrapper to a build.
        
         - parameter values can now contribute environment variables to a build.
      ........
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10950 71c3de6d-444a-0410-be80-ed276b4c234a
      1b229432
  32. 10 6月, 2008 1 次提交
  33. 06 6月, 2008 1 次提交
  34. 14 3月, 2008 1 次提交
  35. 29 2月, 2008 1 次提交
  36. 08 2月, 2008 1 次提交