1. 04 12月, 2011 2 次提交
    • C
      - removed unused method · 3bb6f4ef
      Christoph Kutzinski 提交于
      - doc update
      3bb6f4ef
    • D
      Don't call SCM#calcPollingingBaseline if SCM#checkout fails · 70fb68ee
      David M. Carr 提交于
      In the JavaDocs for SCM#calcRevisionsFromBuild, if says:
      This method is called after source code is checked out for the given build (that is, after SCM#checkout has finished successfully.)
      
      This appears to make sense; after you have a known SCM state, you calculate the revisions.  It doesn't explicitly state it, but it
      implies that it won't be called if checkout failed.  In those cases, the state may well not be known, and it doesn't make sense to
      attempt to calculate the revisions.
      
      The behavior in AbstractProject#checkout has been to always call calcPollingBaseline, regardless of whether checkout failed or
      succeeded.  This is causing misleading error output for the mercurial plugin.  With this change, AbstractProject will only do the
      calculations when checkout succeeds.
      70fb68ee
  2. 01 11月, 2011 1 次提交
  3. 23 10月, 2011 2 次提交
  4. 29 8月, 2011 1 次提交
  5. 17 8月, 2011 1 次提交
  6. 16 8月, 2011 1 次提交
  7. 09 7月, 2011 1 次提交
  8. 30 6月, 2011 1 次提交
  9. 24 6月, 2011 1 次提交
  10. 21 6月, 2011 1 次提交
  11. 08 6月, 2011 2 次提交
  12. 29 5月, 2011 2 次提交
  13. 22 5月, 2011 1 次提交
  14. 11 5月, 2011 1 次提交
  15. 22 4月, 2011 1 次提交
  16. 20 4月, 2011 5 次提交
  17. 30 3月, 2011 1 次提交
  18. 15 3月, 2011 2 次提交
  19. 14 3月, 2011 1 次提交
  20. 10 3月, 2011 4 次提交
  21. 02 3月, 2011 1 次提交
    • K
      [FIXED JENKINS-8579] defined a mechanism to replace some of the key UI text. · 22ee71f9
      Kohsuke Kawaguchi 提交于
      I wasn't initially planning to do this, but it turns out more people needed this feature than I thought.
      
      I left the text as is, but defined a mechanism to override this in the plugin, in a possibly context sensitive way. For example, a plugin can replace this text on a job-by-job basis, or by looking at some property/builder/etc.
      22ee71f9
  22. 30 12月, 2010 1 次提交
  23. 16 12月, 2010 1 次提交
  24. 04 12月, 2010 1 次提交
  25. 12 11月, 2010 1 次提交
  26. 03 11月, 2010 1 次提交
  27. 24 10月, 2010 1 次提交
  28. 19 10月, 2010 1 次提交