-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
Antonio Robirosa edited this page Nov 1, 2023
·
9 revisions
All the configuration settings with their default value are stored in project.properties in the extension.
If you want to change any setting, just override it in local.properties.
Setting | Default | Possible Values | Description |
---|---|---|---|
deploymentscripts.resources.folder | /resources | String | Root folder of the scripts |
deploymentscripts.update.folder | update-deployment-scripts | String | Name of the folder containing the UPDATE deployment scripts |
deploymentscripts.init.folder | init-deployment-scripts | String | Name of the folder containing the INIT deployment scripts |
deploymentscripts.init.junittenant.createessentialdata | true | true or false | Do we start the import of the essential data during the initialization of the junit tenant? If the deployment script run during essential data, they we be executed |
deploymentscripts.init.junittenant.createprojectdata | true | true or false | Do we start the import of the project data during the initialization of the junit tenant? If the deployment script run during project data, they we be executed |
deploymentscripts.environment.current | No default | DEV, TEST, INT and PRODUCTION | Name of the environment to which the machine belongs |
deploymentscripts.impex.locale | en_US | Code of a java locale | Locale used to import the impex files |
deploymentscripts.createdata.type | ESSENTIAL | ESSENTIAL or PROJECT | When are the deployment scripts run: during the create essential data or create project data step? Please remember that the create project data step is optional, while create essential data is always ran |
deploymentscripts.stacktrace.maximumlength | 0 | Any integer | If there is error running a script, save up to this number of bytes of the stacktrace in the database. 0 means no limit and can be safely used with Oracle, MySQL, Microsoft SQL and HyperSQL databases. Use it in old databases where the database column ScriptExecution.fullStacktrace has a type which don't have much space. |
deploymentscripts.stopantonerror | true | true or false | When a deployment script fails, does the deployment manager stop the ant process? If you are running the scripts from HAC on the SAP cloud, you may turn this off on production and integration environments. After a deployment with data migration, you must always check that the deployment scripts were correctly executed |