Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Server.AllViews.ShowStageWarnings: Set this to true to colour stages with warnings orange. Default: false

  • Server.HostName: The external hostname of the server. 

  • Server.HostUrl: The external URL for the website. Default: http://localhost

  • Server.Plink.Default: The location of tortoise Plick for SSH connections: Default: C:\Program Files\VSoft Technologies\ContinuaCI\Server\putty\TortoisePlink.exe

  • Server.ProjectsView.Builds.PageSize: The number of rows to show per page on the Builds View of the Dashboard. Default: 12

  • Server.ProjectsView.Details.PageSize: The number of rows to show per page on the Details View of the Dashboard. Default: 20

  • Server.ProjectsView.List.PageSize: The number of rows to show per page on the Details View of the Dashboard. Default: 20

  • Server.ProjectsView.Menu.PageSize: The number of items to show per page on the Projects Menu. Default: 10

  • Server.ProjectsView.ShowDisabledConfigurations: Whether to show disabled configurations of the Dashboard by default. This is overridden by the user when the Show Disabled button is clicked. Default: True 

  • Server.ProjectsView.Tiles.PageSize: The number of rows to show per page on the Tiles View of the Dashboard. Default: 60

  • Server.RepoCache.CodePage: The code page to use when committing to the repository cache. Defaults to system code page.

  • Server.RepoCache.UseUTF8: Whether to use UTF8 encoding when committing to the repository cache. Defaults to system code page. Default: False

  • Server.RepoMonitor.MaxCheckers: The maximum  number of repository checkers which can run concurrently. Default: 5

  • Server.Updates.CheckForUpdates: Whether to periodically check Server.Updates.UpdatesUrl  for updates to Continua CI. Default

...

  • : True

  • Actions.Messages.ErrorPatterns: Patterns for matching against each line of action standard output. Matching lines will be treated as errors. Note that any output to standard error (stderr) is always logged as an error.

  • Actions.Messages.WarningPatterns: Patterns for matching against each line of action standard output. Matching lines will be treated as warnings. See