File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 550
550
<jacoco .outputDir>${project.build.directory} /jacoco</jacoco .outputDir>
551
551
<jacoco .itOutputDir>${project.build.directory} /jacoco-it</jacoco .itOutputDir>
552
552
<jacoco .destFile>${project.build.directory} /jacoco.exec</jacoco .destFile>
553
- <sonar .host.url>http://slc08ujn.us.oracle.com:9000</sonar .host.url>
554
553
<sonar-jacoco-listeners .version>1.4</sonar-jacoco-listeners .version>
555
554
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
556
555
<jacoco .skip>false</jacoco .skip>
Original file line number Diff line number Diff line change @@ -168,6 +168,15 @@ promote-image:
168
168
169
169
# use the quay.io REST API to change the tab "latest" to point to the image we just pushed and tested
170
170
171
+ # This pipeline runs quqlity checks
172
+ quality :
173
+ steps :
174
+ - java/maven :
175
+ profiles : build-sonar
176
+ maven_opts : -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
177
+ goals : clean install sonar:sonar
178
+ cache_repo : true
179
+
171
180
dev :
172
181
steps :
173
182
- internal/shell
You can’t perform that action at this time.
0 commit comments