Versions Compared

Key

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


PropertyDescriptionDefault Value
New User RoleDefault role when new user is created using external realm authentication.None
SCM Quiet TimeContinuous integration quiet time (in seconds) before a build will happen after a change has been detected.30
Server Base URLFlexDeploy server base http URL.http://fdserver:9080
Plugin Log Level

Sets the logging level for the plugins.

  All will apply to All plugins.  Individual plugin log levels can be set to different levels via a comma separated list

You can provide one or more configurations as comma separated values. Supported configurations are by Plugin or Java Logger Name. If entry starts with logger: it means Java Logger name configuration.

Log Level By Plugin

  • Plugin Name=Level
    • Use Plugin name as All to set log level for All plugins.
    • Use specific Plugin Name from plugins page.
    • Example - FlexagonShellPlugin=FINEST

Log Level By Package Name

  • logger:logger_name=Level
    • Example - logger:com.mycompany=FINE

Level values can be SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST. As you move towards FINEST, more logs will be printed.

All=FINEST,FlexagonEBSPlugin=FINER
Pipeline and Release Management EnabledEnables or disables pipeline and release management functionality.  NOTE*** Changing this value requires a restart of FlexDeploy.DISABLED