Skip to content

Commit

Permalink
sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Olorunfemi Kawonise authored and Olorunfemi Kawonise committed Jul 4, 2023
1 parent b2f92f3 commit 5fb497b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JenkinsfileScripted
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ node
stage("Build")
{
nodejs(nodeJSInstallationName: 'nodejs20.3.1') {
sh 'npm cache clean --force'
sh 'npm uninstall --verbose'
sh 'npm install --verbose'
}
}
Expand Down

0 comments on commit 5fb497b

Please sign in to comment.