1. 13 2月, 2018 1 次提交
  2. 10 2月, 2018 4 次提交
  3. 08 2月, 2018 6 次提交
  4. 31 1月, 2018 9 次提交
  5. 25 1月, 2018 3 次提交
    • D
      Merge pull request #3187 from daniel-beck/JENKINS-34254-v2 · bed6ccd7
      Daniel Beck 提交于
      [JENKINS-34254] Fix RequirePOST form
      
      (cherry picked from commit 76c9f8be)
      bed6ccd7
    • A
      [JENKINS-48350] Cache estimated duration for execution · e0ea7a64
      Alexander Akbashev 提交于
      In case of having 1000s of ongoing builds opening main pages can take
      some time if list of executors are opened. It happens because for every
      queury that comes from jelly we re-calculate the value from scratch. And
      calculation needs to load some builds from disk. The worst thing is that it
      happens for every user separately.
      
      (cherry picked from commit d7b120fe)
      e0ea7a64
    • A
      [JENKINS-48348] If task can be run only on master, use shortcut · eb41a7bb
      Alexander Akbashev 提交于
      Currently Jenkins to fire WorkflowJob re-calculates the ConstistentHash
      for entire cluster even if there is no nodes were updated. If cluster is
      big enough (>100 nodes), it becomes a problem, because MD5 is quite
      expensive itself plus all this logic comes with high memory footprint.
      
      Using the knowledge that WorkflowJob can be executed only on Jenkins master,
      we can create a shortcut that does not do expensive calculation and just
      returns Runnable or `null`.
      
      (cherry picked from commit 00ccd23f)
      eb41a7bb
  6. 18 1月, 2018 2 次提交
  7. 03 1月, 2018 6 次提交
  8. 14 12月, 2017 9 次提交