Skip to content
  1. Aug 14, 2019
  2. Aug 13, 2019
  3. Aug 07, 2019
  4. Aug 06, 2019
  5. Aug 05, 2019
    • Abhyudaya Sharma's avatar
      Support JMH benchmarks from Jenkins Test Harness (#4135) · 974d1dd5
      Abhyudaya Sharma authored
      * Support running JMH benchmarks from JTH 2.51
      
      * Fix NPE caused by ExtensionFinderTest
      * A test for running a sample benchmark
      * Bump up JTH to 2.54
      * git ignore the report produced by benchmarks
      
      * Fix BindException in BootFailureTest
      
      * Fix NPE during `tearDown()` in CustomPluginManagerTest
      
      JenkinsRule >= 2.50 does not ignore errors during Jenkins shutdown
      974d1dd5
  6. Aug 04, 2019
  7. Aug 02, 2019
  8. Aug 01, 2019
    • Jesse Glick's avatar
      Batch up dynamic plugin installations from setup wizard (#4124) · 5169f140
      Jesse Glick authored
      * Batch up dynamic plugin installations from setup wizard.
      
      * Reworked to thread the list of batched-up plugins properly and introduced CompleteBatchJob to force the setup wizard to wait.
      
      * UpdateCenterPluginInstallTest.test_installKnownPlugins failure.
      
      * @amuniz notes that an existing message could now be considered misleading.
      
      * Introduced UpdateCenter.DownloadJob.getDisplayName for better consistency in logging, as suggested by @Vlatombe.
      
      * Reducing log levels of messages from dynamicLoad which are not of great interest, as suggested by @Vlatombe.
      
      * Reducing log level of another message of little interest.
      
      * Adding classic UI for CompleteBatchJob.
      
      * CompleteBatchJob should be used only when dynamicLoad.
      
      * Null defense on UpdateCenterJob.site.
      Otherwise can get:
      java.lang.NullPointerException
      	at hudson.model.UpdateCenter.getConnectionCheckJob(UpdateCenter.java:850)
      	at hudson.model.UpdateCenter.addConnectionCheckJob(UpdateCenter.java:817)
      	at hudson.model.UpdateCenter.addJob(UpdateCenter.java:804)
      	at hudson.model.UpdateSite$Plugin.deploy(UpdateSite.java:1367)
      	at hudson.PluginManager.install(PluginManager.java:1537)
      	at hudson.PluginManager.install(PluginManager.java:1496)
      	at hudson.PluginManager.doInstall(PluginManager.java:1445)
      	at …
      5169f140
    • Daniel Beck's avatar
      Update versions of some detached plugins that installed in some cases when... · 551cbd78
      Daniel Beck authored
      Update versions of some detached plugins that installed in some cases when upgrading Jenkins or when implied dependencies are not specified for manually managed plugins. (#4125)
      
      * Update bundled plugins
      
      * Add new dependencies for JUnit, fix test with matrix-auth
      
      * Introduce property for matrix-auth version
      551cbd78
    • Jesse Glick's avatar
  9. Jul 27, 2019
  10. Jul 26, 2019
  11. Jul 24, 2019
  12. Jul 23, 2019
  13. Jul 22, 2019
  14. Jul 19, 2019
  15. Jul 18, 2019
  16. Jul 17, 2019
  17. Jul 16, 2019
  18. Jul 15, 2019