File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 # Java8 Required for Sonar and SQLCL
99 - oracle-java8-installer
1010 - oracle-java8-set-default
11- sonarqube :
11+ sonarcloud :
12+ organization : utplsql
1213 token :
1314 secure : ${SONAR_TOKEN}
1415 branches :
4041 - ORACLE_PWD="oracle"
4142 matrix :
4243 - ORACLE_VERSION="11g-xe-r2" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
43- - ORACLE_VERSION="12c-se2-r1-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
44+ - ORACLE_VERSION="12c-se2-r1-v2" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
4445 - ORACLE_VERSION="12c-se-r2-v4" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
4546
4647cache :
Original file line number Diff line number Diff line change 11# must be unique in a given SonarQube instance
2- sonar.projectKey =utPLSQL:utPLSQL
2+ sonar.projectKey =utPLSQL
33# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
44sonar.projectName =utPLSQL
55sonar.projectVersion =v3.0.2
You can’t perform that action at this time.
0 commit comments