1. 22 8月, 2019 1 次提交
  2. 19 8月, 2019 2 次提交
  3. 17 8月, 2019 2 次提交
  4. 16 8月, 2019 11 次提交
  5. 13 8月, 2019 1 次提交
  6. 12 8月, 2019 1 次提交
  7. 08 8月, 2019 2 次提交
  8. 02 8月, 2019 3 次提交
    • M
      [JENKINS-58548] Remove extra whitespace from scriptText (#4133) · dae53088
      Matt Sicker 提交于
      * [JENKINS-58548] Remove extra whitespace from scriptText
      
      This removes the unnecessary whitespace being output in scriptText
      and anywhere else that has non-XML whitespace semantics in its output
      when using <l:view>.
      Signed-off-by: NMatt Sicker <boards@gmail.com>
      
      * Fix test name
      Co-Authored-By: NDaniel Beck <1831569+daniel-beck@users.noreply.github.com>
      dae53088
    • J
      Batch up dynamic plugin installations from setup wizard (#4124) · 5169f140
      Jesse Glick 提交于
      * 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
    • J
      e66c2073
  9. 28 7月, 2019 2 次提交
  10. 27 7月, 2019 2 次提交
    • J
      Stop using the "name" argument in the "install-plugin" CLI command (#4123) · aee0b50f
      Jesse Glick 提交于
      * InstallPluginCommand.name is unnecessary.
      
      * Minor changes to error reporting requested by @oleg-nenashev.
      aee0b50f
    • P
      [JENKINS-54854] Added a warning when cron trigger spent more than a threshold... · 312fcd1b
      Pavel Janousek 提交于
      [JENKINS-54854] Added a warning when cron trigger spent more than a threshold (30s) in its execution (#3802)
      
      * [JENKINS-54854] Added a warning when cron trigger spent more than a threshold (30s) in its execution
      
      * Added a test
      
      * Fix based on feedback
      
      * Added Admin monitor
      
      * Cleanup
      
      * Polishing
      
      * Fix according the feedback provided by Oliver
      
      * Added missing renamed admin monitor class
      
      * Better Web layout
      
      * Limit stacked messages to 10 by default
      
      * Improved replacement
      
      * Make SlowTriggerAdminMonitor#errors thread-safe
      
      * Fixed as requested
      
      * Admin monitor title changed
      312fcd1b
  11. 24 7月, 2019 1 次提交
  12. 22 7月, 2019 2 次提交
  13. 18 7月, 2019 1 次提交
  14. 17 7月, 2019 3 次提交
  15. 16 7月, 2019 2 次提交
  16. 15 7月, 2019 4 次提交