Skip to content

Commit bd9afef

Browse files
authored
Updated YAML Comments to include updated CUSTOM_PARAMS variable information
1 parent d7b4f4e commit bd9afef

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

AzureDevOps/AzureDevOps-Flyway-CICD-Pipeline_Windows.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,27 @@ trigger: none
1313
# Step 1: Stage Variables - So that all variables are kept secure, it's recommended that Library Variable Groups are used.
1414
### Build Stage Variables - Create 'AutoPilotBuild' Variable Group ###
1515
### To Create a Libary Variable Group, Click Pipelines > Library > + Variable Group ###
16-
# "TARGET_DATABASE_URL" - Leave URL blank, by default, the database URL will be taken from the Flyway Project TOML file
17-
# Example Value - jdbc:sqlserver://localhost;instanceName=SQLEXPRESS;databaseName=AutoPilotDev;encrypt=true;integratedSecurity=true;trustServerCertificate=true
1816
# "TARGET_DATABASE_USERNAME"- Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
1917
# "TARGET_DATABASE_PASSWORD" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
18+
# CUSTOM_PARAMS: Optional - Used for passing custom Flyway Parameters to each Flyway command
2019
### End of Build Stage Variable Group ###
2120

2221
### Test Stage Variables - Create 'AutoPilotTest' Variable Group ###
2322
### To Create a Libary Variable Group, Click Pipelines > Library > + Variable Group ###
24-
# "TARGET_DATABASE_URL" - Leave URL blank, by default, the database URL will be taken from the Flyway Project TOML file
25-
# Example Value - jdbc:sqlserver://localhost;instanceName=SQLEXPRESS;databaseName=AutoPilotTest;encrypt=true;integratedSecurity=true;trustServerCertificate=true
2623
# "TARGET_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
2724
# "TARGET_DATABASE_PASSWORD" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
28-
# "REPORT_DATABASE_URL" - Leave URL blank, by default, the database URL will be taken from the Flyway Project TOML file
29-
# Example Value - jdbc:sqlserver://localhost;instanceName=SQLEXPRESS;databaseName=AutoPilotCheck;encrypt=true;integratedSecurity=true;trustServerCertificate=true
3025
# "REPORT_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
3126
# "REPORT_DATABASE_PASSWORD" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
27+
# CUSTOM_PARAMS: Optional - Used for passing custom Flyway Parameters to each Flyway command
3228
### End of Test Stage Variable Group ###
3329

3430
### Prod Stage Variables - Create 'AutoPilotProd' Variable Group ###
3531
### To Create a Libary Variable Group, Click Pipelines > Library > + Variable Group ###
36-
# "TARGET_DATABASE_URL" - Leave URL blank, by default, the database URL will be taken from the Flyway Project TOML file
37-
# Example Value - jdbc:sqlserver://localhost;instanceName=SQLEXPRESS;databaseName=AutoPilotTest;encrypt=true;integratedSecurity=true;trustServerCertificate=true
3832
# "TARGET_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
3933
# "TARGET_DATABASE_PASSWORD" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
40-
# "REPORT_DATABASE_URL" - Leave URL blank, by default, the database URL will be taken from the Flyway Project TOML file
41-
# Example Value - jdbc:sqlserver://localhost;instanceName=SQLEXPRESS;databaseName=AutoPilotCheck;encrypt=true;integratedSecurity=true;trustServerCertificate=true
4234
# "REPORT_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
4335
# "REPORT_DATABASE_PASSWORD" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
36+
# CUSTOM_PARAMS: Optional - Used for passing custom Flyway Parameters to each Flyway command
4437
### End of Prod Stage Variable Group ###
4538

4639
pool:

0 commit comments

Comments
 (0)