Skip to content

Commit a6809ed

Browse files
Update jenkinsfile
1 parent f881080 commit a6809ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ stage('scm'){
77
stage('Build maven') {
88
sh 'mvn install'
99
}
10+
11+
stage('sonarqube') {
12+
withSonarQubeEnv('sonar') {
13+
sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar'
14+
}
15+
}
1016
}

0 commit comments

Comments
 (0)