mercurial - Globally increment the Last Build Label across multiple CruiseControl.NET projects -
we use cruisecontrol.net automate our builds , keep track of last build number. however, number resets 1 newly created cc.net projects. last build number sequence continue branched projects (e.g., patches existing releases).
is there way globally increment last build label across multiple cruisecontrol.net projects?
th build number kept in project's state file. if branch, take build number original project's state file , put 1 of branch project (or copy state file , make necessary edits file name, project name etc.). since state files xml should easy enough programmatically if branch process script-based.
Comments
Post a Comment