File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3
3
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
-
6
+
7
7
<groupId >oracle.kubernetes</groupId >
8
8
<artifactId >weblogic-kubernetes-operator</artifactId >
9
9
<version >0.1.0-alpha-SNAPSHOT</version >
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,20 @@ 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
+ - script :
175
+ name : Install pre-reqs
176
+ code : |
177
+ yum -y install tar gzip
178
+ - java/maven :
179
+ profiles : build-sonar
180
+ maven_opts : -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
181
+ goals : clean install sonar:sonar
182
+ cache_repo : true
183
+ version : 3.5.2
184
+
171
185
dev :
172
186
steps :
173
187
- internal/shell
You can’t perform that action at this time.
0 commit comments