You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AzureDevOps/AzureDevOps-Flyway-CICD-Pipeline_Windows.yml
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -13,34 +13,27 @@ trigger: none
13
13
# Step 1: Stage Variables - So that all variables are kept secure, it's recommended that Library Variable Groups are used.
14
14
### Build Stage Variables - Create 'AutoPilotBuild' Variable Group ###
15
15
### 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
18
16
# "TARGET_DATABASE_USERNAME"- Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
19
17
# "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
20
19
### End of Build Stage Variable Group ###
21
20
22
21
### Test Stage Variables - Create 'AutoPilotTest' Variable Group ###
23
22
### 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
26
23
# "TARGET_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
27
24
# "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
30
25
# "REPORT_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
31
26
# "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
32
28
### End of Test Stage Variable Group ###
33
29
34
30
### Prod Stage Variables - Create 'AutoPilotProd' Variable Group ###
35
31
### 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
38
32
# "TARGET_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
39
33
# "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
42
34
# "REPORT_DATABASE_USERNAME" - Leave Username/Password values blank if integratedSecurity utilized (Which is default behaviour)
43
35
# "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
0 commit comments