Logging
Script saves log file that is defined in global variable $log – see Configurations in conf.sh for details. By default log file is version-updater/update.log
Log file contains following information:
- is it one module or multiple-module update
- timestamp
- username (if global variable
$isAuthenticationRequired="Y"- see Configurations inconf.shfor details) - is deploy is parallel or not
- status of downloading file
- status of deploying new version
- status of running new version
- status of updating JIRA issue summary (if global variable
$isJiraIssueUpdateRequired="Y"- see Configurations inconf.shfor details)