Skip to content

Commit

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

stage('3.codeQualityAnalysis'){
sh "${mavenHome}/bin/mvn sonar:sonar"
}
Expand Down Expand Up @@ -43,5 +43,5 @@ Regards,
Landmark Technologies''', recipientProviders: [developers(), upstreamDevelopers(), buildUser()], subject: 'job status', to: '[email protected]'

}
*/

}

0 comments on commit 5363add

Please sign in to comment.