Skip to content

Commit

Permalink
Update Jenkinsfile_March2023
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Mar 29, 2023
1 parent f3c843b commit 6af2bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile_March2023
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node{
stage('2MavenBuild'){
sh "${mavenHome}/bin/mvn package"
}
/*
stage('3codeQuality'){
sh "${mavenHome}/bin/mvn sonar:sonar"
}
Expand All @@ -31,5 +32,5 @@ Build is done.

LANDMARKTECH''', recipientProviders: [developers(), contributor(), upstreamDevelopers()], subject: 'Build Status', to: '[email protected]'
}

*/
}

0 comments on commit 6af2bd5

Please sign in to comment.