...
For the purpose of the document, we will assume that the Datical project has the following pipeline (see table below). The hotfix is captured in the script called "hotfix_aug.sql
". Changes from this script have been manually executed in STAGE and PROD environments. We now need to package this script so that it can be deployed to REF1, DEV and QA environments.
REF1 | DEV | QA | STAGE | PROD | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hotfix_aug.sql |
|
|
|
|
|
- Instruct Datical to abandon the script "
temp_table.sql
". This will require adding the label "abandoned" to all changesets that generate from this script. You can perform this task in automation, however, the user will need to provide the script name as a parameter. In your automation system (Jenkins, Bamboo, UrbanCode Build, etc.), create a new job which will perform following operations:
...