Path to the file that should be used to store SQL change script.
File location must be specified as:
-
Absolute path to location on your Jenkins master node
-
Relative path to your project's workspace. Either starting with ${WORKSPACE} prefix. i.e. ${WORKSPACE}file or without prefix i.e. dir.
-
Relative path to your job's run root directory. It must start with ${JOB_ROOT_DIR} prefix. i.e. ${JOB_ROOT_DIR}file.