Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Jun 3, 2021
1 parent cf1595c commit ccfd1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node{
stage('mavenBuild') {
sh "${mavenHome}/bin/mvn clean package"
}
/*

stage('CodeQuality') {
sh "${mavenHome}/bin/mvn sonar:sonar"
// execute the CodeQuality report with sonar
Expand All @@ -33,5 +33,5 @@ Landmark Technologies''', recipientProviders: [developers()], subject: 'status o
Landmark Technologies''', recipientProviders: [developers()], subject: 'status of build', to: '[email protected]'
}
*/

}

0 comments on commit ccfd1cc

Please sign in to comment.