Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

This page describes push-oriented mechanism for Build Stability Plugin, which currently in development.

We should store following info:

  • Build number
  • Timestamp
  • Duration
  • Status : Successful, Failed
  • Commiters (see SONARPLUGINS-482)
  • Cause (question) : manual, SCM change, ...
  • URL (question)

Format can look like:

Code Block
num=1;time=1272891187240;duration=60;res=OK;developers=godin,simon;...