@@ -13,36 +13,36 @@ variables:
1313 DOCKHER_HUB_REPO : ' utplsqlv3/oracledb'
1414
1515steps :
16- - template : templates/t-extend-download-binaries.yml
17- parameters :
18- packages :
19- - name : sqlcl
20- download_location : " $(Build.BinariesDirectory)/sqlcl-latest.zip"
21- unpack_location : " $(Build.BinariesDirectory)"
22- url : " https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-latest.zip"
23- archive : " zip"
24- addtoPath : " $(SQLCL_DIR)/bin"
16+ - template : templates/t-extend-download-binaries.yml
17+ parameters :
18+ packages :
19+ - name : sqlcl
20+ download_location : " $(Build.BinariesDirectory)/sqlcl-latest.zip"
21+ unpack_location : " $(Build.BinariesDirectory)"
22+ url : " https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-latest.zip"
23+ archive : " zip"
24+ addtoPath : " $(SQLCL_DIR)/bin"
2525
26- - name : utlplsqlcli
27- download_location : " $(Build.BinariesDirectory)/utPLSQL-cli.zip"
28- unpack_location : " $(Build.BinariesDirectory)"
29- url : " https://github.com/utPLSQL/utPLSQL-cli/releases/download/$(UTPLSQL_CLI_VERSION)/utPLSQL-cli.zip"
30- archive : " zip"
31- addToPath : " $(UTPLSQL_CLI_DIR)/bin"
26+ - name : utlplsqlcli
27+ download_location : " $(Build.BinariesDirectory)/utPLSQL-cli.zip"
28+ unpack_location : " $(Build.BinariesDirectory)"
29+ url : " https://github.com/utPLSQL/utPLSQL-cli/releases/download/$(UTPLSQL_CLI_VERSION)/utPLSQL-cli.zip"
30+ archive : " zip"
31+ addToPath : " $(UTPLSQL_CLI_DIR)/bin"
3232
33- - template : templates/t-extend-database-build.yml
34- parameters :
35- utplsqlVersion : ${UTPLSQL_VERSION}
36- utplsqlDir : ${UTPLSQL_DIR}
37- targetDatabases :
38- - oracleVersion : " 19c-se2-small"
39- connectionString : " 127.0.0.1:1521/ORCLCDB"
40- dockerPortMap : " 1521"
41- dockerOptions : " --shm-size=1g"
42- scripts :
43- - displayName : " Install utPLSQL"
44- user : " sys"
45- password : " oracle"
46- script : " install_headless.sql UT3 UT3 users"
47- work_dir : " ${UTPLSQL_DIR}/source"
33+ - template : templates/t-extend-database-build.yml
34+ parameters :
35+ utplsqlVersion : ${UTPLSQL_VERSION}
36+ utplsqlDir : ${UTPLSQL_DIR}
37+ targetDatabases :
38+ - oracleVersion : " 19c-se2-small"
39+ connectionString : " 127.0.0.1:1521/ORCLCDB"
40+ dockerPortMap : " 1521"
41+ dockerOptions : " --shm-size=1g"
42+ scripts :
43+ - displayName : " Install utPLSQL"
44+ user : " sys"
45+ password : " oracle"
46+ script : " install_headless.sql UT3 UT3 users"
47+ work_dir : " ${UTPLSQL_DIR}/source"
4848
0 commit comments